[otrs-cvs] CVS: otrs/Kernel/Config Defaults.pm,1.240,1.241

cvs-log at otrs.org cvs-log at otrs.org
Wed Aug 2 17:09:37 CEST 2006


Update of /home/cvs/otrs/Kernel/Config
In directory lancelot:/tmp/cvs-serv6844

Modified Files:
	Defaults.pm 
Log Message:
fixed typos

Index: Defaults.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Config/Defaults.pm,v
retrieving revision 1.240
retrieving revision 1.241
diff -C2 -r1.240 -r1.241
*** Defaults.pm	2 Aug 2006 13:54:27 -0000	1.240
--- Defaults.pm	2 Aug 2006 14:09:35 -0000	1.241
***************
*** 391,397 ****
  #    $Self->{'UserSyncLDAPAttibuteGroupsDefination'} = {
  #        # ldap attribute
! #        'OtrsAttribute' => {
  #            # ldap attribute value
! #            'AttributeValue1' => {
  #                # otrs group
  #                'admin' => {
--- 391,397 ----
  #    $Self->{'UserSyncLDAPAttibuteGroupsDefination'} = {
  #        # ldap attribute
! #        'LDAPAttribute' => {
  #            # ldap attribute value
! #            'LDAPAttributeValue1' => {
  #                # otrs group
  #                'admin' => {
***************
*** 406,411 ****
  #            },
  #        },
! #        'OtrsAttribute2' => {
! #            'AttributeValue' => {
  #                'users' => {
  #                    rw => 1,
--- 406,411 ----
  #            },
  #        },
! #        'LDAPAttribute2' => {
! #            'LDAPAttributeValue' => {
  #                'users' => {
  #                    rw => 1,
***************
*** 420,426 ****
  #    $Self->{'UserSyncLDAPAttibuteRolesDefination'} = {
  #        # ldap attribute
! #        'OtrsAttribute' => {
  #            # ldap attribute value
! #            'AttributeValue1' => {
  #                # otrs role
  #                'role1' => 1,
--- 420,426 ----
  #    $Self->{'UserSyncLDAPAttibuteRolesDefination'} = {
  #        # ldap attribute
! #        'LDAPAttribute' => {
  #            # ldap attribute value
! #            'LDAPAttributeValue1' => {
  #                # otrs role
  #                'role1' => 1,
***************
*** 428,433 ****
  #            },
  #        },
! #        'OtrsAttribute2' => {
! #            'AttributeValue1' => {
  #                'role3' => 1,
  #            },
--- 428,433 ----
  #            },
  #        },
! #        'LDAPAttribute2' => {
! #            'LDAPAttributeValue1' => {
  #                'role3' => 1,
  #            },



More information about the cvs-log mailing list