
Hello list, is the integration with Active Directory still done as in version 1.3 on OTRS 2? Or is there any particular thing to do? Many thanks. -- ---------------------------------- Boniforti Flavio Provincia del Verbano-Cusio-Ossola Ufficio Informatica Tecnoparco del Lago Maggiore Via dell'Industria, 25 28924 Verbania ----------------------------------

Boniforti Flavio wrote:
Hello list, is the integration with Active Directory still done as in version 1.3 on OTRS 2?
Or is there any particular thing to do?
Many thanks. I am using 2 and it works fine in it. Al you have to do is to add the necessary items in
/Kernel/Config.pm
PD

Priyadarsan Roy ha scritto:
I am using 2 and it works fine in it. Al you have to do is to add the necessary items in
/Kernel/Config.pm
That's good news, I'll try it asap. I just would like to read about it also in OTRS 2 docs... or did I miss it? -- ---------------------------------- Boniforti Flavio Provincia del Verbano-Cusio-Ossola Ufficio Informatica Tecnoparco del Lago Maggiore Via dell'Industria, 25 28924 Verbania ----------------------------------

Boniforti Flavio ha scritto:
That's good news, I'll try it asap. I just would like to read about it also in OTRS 2 docs... or did I miss it?
OK, I missed it and now I'm reading about that. So here are some of my doubts and not-understandings: What do I have to put in here??? $Self->{'AuthModule::LDAP::UID'} = 'uid'; And what does this mean? Do I have to define an Active Directory group which will have permit to use OTRS? If so, what's the difference between cn=otrsallow and ou=posixGroups? # Check if the user is allowed to auth in a posixGroup # (e. g. user needs to be in a group xyz to use otrs) $Self->{'AuthModule::LDAP::GroupDN'} = 'cn=otrsallow,ou=posixGroups,dc=provincia,dc=verbania,dc=it'; $Self->{'AuthModule::LDAP::AccessAttr'} = 'memberUid'; # for ldap posixGroups objectclass (just uid) # $Self->{'AuthModule::LDAP::UserAttr'} = 'UID'; # for non ldap posixGroups objectclass (with full user dn) # $Self->{'AuthModule::LDAP::UserAttr'} = 'DN'; Many thanks so far! -- ---------------------------------- Boniforti Flavio Provincia del Verbano-Cusio-Ossola Ufficio Informatica Tecnoparco del Lago Maggiore Via dell'Industria, 25 28924 Verbania ----------------------------------
participants (2)
-
Boniforti Flavio
-
Priyadarsan Roy