> dns, 4 ldap lookup
>
> Regards,
> Mike
>
> -Original Message-
> From: Tim Dunphy [mailto:bluethu...@gmail.com]
> Sent: Saturday, May 05, 2012 9:43 PM
> To: Discussion list for OpenIndiana
> Subject: Re: [OpenIndiana-discuss] openindiana ldap client
>
2012-05-06 9:01, Mike La Spina wrote:
Hi Tim,
Try the following change to the nsswitch.conf file
# consult /etc "files" only if ldap is down.
hosts: files dns mdns ldap
This will set the resolution order to; 1 local hosts file, 2 dns, 3 multicast
dns, 4 ldap lookup
You can also define
Tim Dunphy [mailto:bluethu...@gmail.com]
Sent: Saturday, May 05, 2012 9:43 PM
To: Discussion list for OpenIndiana
Subject: Re: [OpenIndiana-discuss] openindiana ldap client
Thanks!
That really did the trick!
ldapclient manual -a credentialLevel=proxy -a authenticationMethod=simple -a
proxyDN=cn=
Thanks!
That really did the trick!
ldapclient manual -a credentialLevel=proxy -a
authenticationMethod=simple -a proxyDN=cn=Manager,dc=example,dc=com -a
proxyPassword=secret -a defaultSearchBase=dc=example,dc=com -a
domainName=example.com -a defaultServerList=192.168.1.44
Grep ldap for ldap use
On 6 May 2012 11:15, Tim Dunphy wrote:
> I've also tried using ldapclient, but am having no luck there either:
I would definitely suggest that you'll want to use the native LDAP
bits, not the PADL stuff.
> root@openindiana:~/nss_ldap-265# ldapclient init -v -a profileName=default \
>> -a domainn
I've also tried using ldapclient, but am having no luck there either:
root@openindiana:~/nss_ldap-265# ldapclient init -v -a profileName=default \
> -a domainname=example.com \
> -a proxyDN=cn=uid=proxy,ou=People,dc=example,dc=com \
> -a proxyPassword=secret \
> 192.168.1.44
Parsing profileName=de
hello openindiana list!
I thank you for helping me through the link aggregation issue I had
the other day. That is currently working quite well.
At this point I need to set this oi 151 box as an ldap client. The
server is a BSD 8.2 box running open ldap 2.4
I have downloaded pam_ldap 186 and ns