Page 1 of 1

ldap authentication

Posted: Fri Dec 16, 2005 8:38 am
by heupink
this is rather a detailed question.. I hope someone know the answer.

Suppose scalix and my own ldap server (used for user authentication) run on the same machine. Is it possible then to have scalix use a UNIX domain socket to connect to the ldap server?

That way, the standard ldap port could easily be made available as the scalix ldap port, and for updating my own ldap server, I could use a different, custom port.

Is this at al possible?

Kind regards, and have a nice weekend!

Mourik Jan

Re: ldap authentication

Posted: Fri Dec 16, 2005 9:07 am
by ScalixSupport
heupink wrote:this is rather a detailed question.. I hope someone know the answer.

Suppose scalix and my own ldap server (used for user authentication) run on the same machine. Is it possible then to have scalix use a UNIX domain socket to connect to the ldap server?

That way, the standard ldap port could easily be made available as the scalix ldap port, and for updating my own ldap server, I could use a different, custom port.

Is this at al possible?

Kind regards, and have a nice weekend!

Mourik Jan


Hello,

you can change the port LDAP uses - if that helps you. BUT - it will break SAC, which uses 389 hardcoded.

/var/opt/scalix/sys/slapd.conf

Change portNum 389

to your needs.

Cheers,

Sascha.

Posted: Fri Dec 16, 2005 4:34 pm
by heupink
Hi!

Good to know I can change the scalix ldap port, but the question really was: Is it possible to have scalix use a UNIX domain socket to connect to the ldap server? (ldapi, I mean)

If yes, I would not have to change any ldap ports, except the openldap one. (and since I would only use it to add/modify users) that would be relatively easy.

mj

Posted: Sat Dec 17, 2005 3:11 pm
by florian
mj,

sorry, at this point, Scalix LDAP server and client only uses TCP sockets....

Cheers,
Florian.

Posted: Wed Dec 21, 2005 9:43 am
by heupink
thanks!