Обсуждение: LDAP configuration changes in 8.4?

Поиск
Список
Период
Сортировка

LDAP configuration changes in 8.4?

От
Glyn Astill
Дата:
Hi Chaps,

I'm setting up a new server on 8.4, and I'm struggling to get LDAP authentication working, even though I've got it
workingfine on 8.3. 

This is the format I'm using in 8.3:

ldap "ldap://notts.net.mycompany.com/My Company/Call Centre Users;CN=;,OU=Call Centre Users,OU=My
Company,DC=notts,DC=net,DC=mycompany,DC=com"

So I figured for 8.4 I should use:

ldap ldapserver="ldap://notts.net.mycompany.com/My Company/Call Centre Users" ldapprefix="CN=" ldapsuffix=",OU=Call
CentreUsers,OU=My Company,DC=notts,DC=net,DC=mycompany,DC=com" 

Can anyone spot where I've gone wrong?




Re: LDAP configuration changes in 8.4?

От
Magnus Hagander
Дата:
2009/12/8 Glyn Astill <glynastill@yahoo.co.uk>:
> Hi Chaps,
>
> I'm setting up a new server on 8.4, and I'm struggling to get LDAP authentication working, even though I've got it
workingfine on 8.3. 
>
> This is the format I'm using in 8.3:
>
> ldap "ldap://notts.net.mycompany.com/My Company/Call Centre Users;CN=;,OU=Call Centre Users,OU=My
Company,DC=notts,DC=net,DC=mycompany,DC=com"
>
> So I figured for 8.4 I should use:
>
> ldap ldapserver="ldap://notts.net.mycompany.com/My Company/Call Centre Users" ldapprefix="CN=" ldapsuffix=",OU=Call
CentreUsers,OU=My Company,DC=notts,DC=net,DC=mycompany,DC=com" 
>
> Can anyone spot where I've gone wrong?

ldapserver="notts.net.mycompany.com"

exclude the ldap:// part, and the base dn part.

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

Re: LDAP configuration changes in 8.4?

От
Glyn Astill
Дата:
--- On Tue, 8/12/09, Magnus Hagander <magnus@hagander.net> wrote:
>
> ldapserver="notts.net.mycompany.com"
>
> exclude the ldap:// part, and the base dn part.
>

Excellent, that did the trick. Thanks.

Glyn