The full DN is exactly that ->> CN=CS-CTI.
My lotus base has a blank top tree ( yeahh u can do that in lotus ) and my base really starts in O=SESCDN. My group is where it would be considered, the same level as the O=SESCDN.
So the full DN is >> CN=CS-CTI.
Would look like this in a browser
[1.1.1.1]
:
: +CN=CS-CTI
: +O=SESCDN
Or something like that... As u can see i dont really have anything on top of my tree.
I did try different attributes here:
Code: Select all
$Self->{'AuthModule::LDAP::UserAttr1'} = 'CN';
Like CN, DN, UID. It still lookup for the uid and not for the persons DN as it should.
I also tried different attributes here:
Code: Select all
$Self->{'AuthSyncModule::LDAP::AccessAttr1'} = 'member';
Like, memberUid, member, memberOf, dominoPerson, inetOrgPerson, organizationalPerson.
And everytime i change it i get the same error (different variable) in my log:
Code: Select all
User: ematos not in GroupDN='CN=CS-CTI', Filter='(dominoPerson=ematos)'!
Code: Select all
User: ematos not in GroupDN='CN=CS-CTI', Filter='(member=ematos)'!
Code: Select all
User: ematos not in GroupDN='CN=CS-CTI', Filter='(memberUid=ematos)'!
Code: Select all
User: ematos not in GroupDN='CN=CS-CTI', Filter='(memberOf=ematos)'!
Code: Select all
User: ematos not in GroupDN='CN=CS-CTI', Filter='(inetOrgPerson=ematos)'!
Code: Select all
User: ematos not in GroupDN='CN=CS-CTI', Filter='(organizationalPerson=ematos)'!
The attribute here seems to be member alright, as i can see the member attribute in my group like it shows on the SS i posted before, but NOT searching for ematos, it should be searching for :
Code: Select all
CN=Erli Pires Matos,OU=CS,OU=CTI,O=SESCDN
What i cant figure out in any documentation is how to make OTRS search for his DN instead of his UID.
Did i explain well or did i confuse u even more ?

I appreciate all the help !!
Thank you very much.