[otrs-cvs] CVS: otrs/Kernel/System/Auth LDAP.pm,1.20,1.21

cvs-log at otrs.org cvs-log at otrs.org
Tue Jul 18 19:18:52 CEST 2006


Update of /home/cvs/otrs/Kernel/System/Auth
In directory lancelot:/tmp/cvs-serv25682/Kernel/System/Auth

Modified Files:
	LDAP.pm 
Log Message:
fixed small typos in log messages

Index: LDAP.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Auth/LDAP.pm,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** LDAP.pm	18 Jul 2006 15:02:44 -0000	1.20
--- LDAP.pm	18 Jul 2006 16:18:50 -0000	1.21
***************
*** 360,364 ****
                  $Self->{LogObject}->Log(
                      Priority => 'notice',
!                     Message => "User: '$Param{User}' sync groups $GroupDN!",
                  );
                  # search if we're allowed to
--- 360,364 ----
                  $Self->{LogObject}->Log(
                      Priority => 'notice',
!                     Message => "User: '$Param{User}' sync ldap groups $GroupDN groups!",
                  );
                  # search if we're allowed to
***************
*** 405,409 ****
                              $Self->{LogObject}->Log(
                                  Priority => 'notice',
!                                 Message => "User: '$Param{User}' sync ldap groups $GroupDN in $SGroup group!",
                              );
                              $Self->{GroupObject}->GroupMemberAdd(
--- 405,409 ----
                              $Self->{LogObject}->Log(
                                  Priority => 'notice',
!                                 Message => "User: '$Param{User}' sync ldap group $GroupDN in $SGroup group!",
                              );
                              $Self->{GroupObject}->GroupMemberAdd(
***************
*** 449,453 ****
                  $Self->{LogObject}->Log(
                      Priority => 'notice',
!                     Message => "User: '$Param{User}' sync groups $GroupDN!",
                  );
                  # search if we're allowed to
--- 449,453 ----
                  $Self->{LogObject}->Log(
                      Priority => 'notice',
!                     Message => "User: '$Param{User}' sync ldap groups $GroupDN to roles!",
                  );
                  # search if we're allowed to
***************
*** 493,497 ****
                              $Self->{LogObject}->Log(
                                  Priority => 'notice',
!                                 Message => "User: '$Param{User}' sync ldap groups $GroupDN in $SRole role!",
                              );
                              $Self->{GroupObject}->GroupUserRoleMemberAdd(
--- 493,497 ----
                              $Self->{LogObject}->Log(
                                  Priority => 'notice',
!                                 Message => "User: '$Param{User}' sync ldap group $GroupDN in $SRole role!",
                              );
                              $Self->{GroupObject}->GroupUserRoleMemberAdd(



More information about the cvs-log mailing list