[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
- Previous message: [otrs-cvs] CVS: otrs CHANGES,1.275,1.276
- Next message: [otrs-cvs] CVS: otrs/var/cron fetchmail.dist,1.4,1.5
generic_agent-database.dist,1.2,1.3 generic_agent.dist,1.6,1.7
pending_jobs.dist,1.5,1.6 postmaster.dist,1.3,1.4
postmaster_pop3.dist,1.4,1.5 rebuild_ticket_index.dist,1.3,1.4
session.dist,1.5,1.6 unlock.dist,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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,
# },
- Previous message: [otrs-cvs] CVS: otrs CHANGES,1.275,1.276
- Next message: [otrs-cvs] CVS: otrs/var/cron fetchmail.dist,1.4,1.5
generic_agent-database.dist,1.2,1.3 generic_agent.dist,1.6,1.7
pending_jobs.dist,1.5,1.6 postmaster.dist,1.3,1.4
postmaster_pop3.dist,1.4,1.5 rebuild_ticket_index.dist,1.3,1.4
session.dist,1.5,1.6 unlock.dist,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs-log
mailing list