
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 ----------------------------------