Re: [OpenIndiana-discuss] openindiana ldap client

2012-05-06 Thread Tim Dunphy
> 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 >

Re: [OpenIndiana-discuss] openindiana ldap client

2012-05-06 Thread Jim Klimov
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

Re: [OpenIndiana-discuss] openindiana ldap client

2012-05-05 Thread Mike La Spina
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=

Re: [OpenIndiana-discuss] openindiana ldap client

2012-05-05 Thread Tim Dunphy
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

Re: [OpenIndiana-discuss] openindiana ldap client

2012-05-05 Thread Joshua M. Clulow
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

Re: [OpenIndiana-discuss] openindiana ldap client

2012-05-05 Thread Tim Dunphy
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

[OpenIndiana-discuss] openindiana ldap client

2012-05-05 Thread Tim Dunphy
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