[rt-users] RT-Authen-ExternalAuth-0.08 which packages i need for

john s. fireskyer at gmx.de
Mon Apr 18 07:07:28 EDT 2011


Greetings  Luis 

okay i have trimmed my config a little bit and now it look like this:


Set($ExternalAuthPriority,  [ ' My_LDAP' ]);
Set($ExternalInfoPriority,  ['My_LDAP']);
#Set($ExternalServiceUsesSSLorTLS,   0 );
Set($AutoCreateNonExternalUsers,    0);


Set($ExternalSettings, {'My_LDAP' => {   ## GENERIC SECTION
                                          'type' => 'ldap',
                                                        'server' => 
'ipserver',
                                                        'user' => 'USER',
                                                        'pass' =>  'pass',
                                                        'base' =>  'ou=OU 
Unit,dc=sb,dc=local',
                                                        'filter'  => 
'(ObjectClass=*)',
                                                        'd_filter' => 
'(userAccountControl=514)'
                                                        # 'tls'    =>  0,
                                                        'ssl_version'  => 
3,
                                                        'net_ldap_args' => [   
version =>  3   ],
                                                        'group'  => 
'Benutzer',
                                                        'group_attr' => 
'GROUP_ATTR',
                                                        'attr_match_list'          
=> [    'Name',
                                                                                           
'EmailAddress',
                                                                                           
],
                                                        'attr_map'                 
=>  {   'Name' => 'sAMAccountName',
                                                                                           
                                                                                         
}
                                                    }

}
);


And now i have also posted the apache logfile, cause this comments the steps
from which lines i had to comment out that apache will start... so thats the
basic without any outlines... and this one doesn't work...
http://pastebin.com/PHpDsi7S http://pastebin.com/PHpDsi7S 

and now the config which let apache  started:

#########RT Authenth#############

Set($ExternalAuthPriority,  [ ' My_LDAP' ]);
Set($ExternalInfoPriority,  ['My_LDAP']);
#Set($ExternalServiceUsesSSLorTLS,   0 );
Set($AutoCreateNonExternalUsers,    0);


Set($ExternalSettings, {'My_LDAP' => {   ## GENERIC SECTION
                                          'type' => 'ldap',
                                                        'server' => 
'192.168.10.40',
                                                        'user' => 'RT-USER',
                                                        'pass' => 
'sl-pg33011',
                                                        'base' =>  'ou=SBAOU 
Unit,dc=sbah,dc=local',
                                                        'filter'  => 
'(ObjectClass=*)',
                                                        'd_filter' => 
'(userAccountControl=514)'
                                                        # 'tls'    =>  0,
                                                       # 'ssl_version'  => 
3,
                                                       # 'net_ldap_args' =>
[    version =>  3   ],
                                                       # 'group'  => 
'Benutzer',
                                                       # 'group_attr' => 
'GROUP_ATTR',
                                                       # 'attr_match_list'          
=> [    'Name',
                                                                                          
# 'EmailAddress',
                                                                                           
# ],
                                                       # 'attr_map'                 
=>  {   'Name' => 'sAMAccountName',
                                                                                          
#'EmailAddress' => 'mail',
                                                                                          
# 'Organization' => 'physicalDeliveryOfficeName',
                                                                                          
# 'RealName' => 'cn',
                                                                                          
# 'ExternalAuthId' => 'sAMAccountName',
                                                                                          
# 'Gecos' => 'sAMAccountName',
                                                                                          
# 'WorkPhone' => 'telephoneNumber',
                                                                                          
# 'Address1' => 'streetAddress',
                                                                                          
# 'City' => 'l',
                                                                                          
# 'State' => 'st',
                                                                                          
# 'Zip' => 'postalCode',
                                                                                          
# 'Country' => 'co'

                                                                                         
}
                                                    }

#}
);


So as far as you can see, the other version with clean comments and # signs
doesn't work.

But i don't know why

or if i walking completely   off the track at the moment ....:-(


Best regards john s.


 



-- 
View this message in context: http://old.nabble.com/Re%3A-RT-Authen-ExternalAuth-0.08-which-packages-i-need-for-tp31388437p31422830.html
Sent from the Request Tracker - User mailing list archive at Nabble.com.




More information about the rt-users mailing list