Re: openldap & squid integration

2010-07-26 Thread OSHIM
my configuration was ok. i solved the problem. it was permission issue. On Jul 26, 2010, at 4:31 PM, Brett @Google wrote: > On Mon, Jul 26, 2010 at 8:16 PM, Brett @Google > wrote: > On Mon, Jul 26, 2010 at 5:29 PM, OSHIM wrote: > I configured my squid.conf file to authenticate w

openldap & squid integration

2010-07-26 Thread OSHIM
I configured my squid.conf file to authenticate with openldap. but my browser always asking for the username and password though i put the correct username and password. here is my squid.conf http_port 3128 hierarchy_stoplist cgi-bin ? acl QUERY urlpath_regex cgi-bin \? cache_mem 16 MB cac

OpenLDAP, MS AD and SASLauthd

2010-07-23 Thread OSHIM
new passwd, after 1 hr the old passwd does npt get valid. and on centos Openldap can recognize the new passwd of MS AD if I change the user passwd twice at a time then the old passwd does not get valid. Anyone have got this problem? Any solution? Please help. Thanks Oshim

Re: OpenLDAP authenticate the username/password with MS-AD?

2010-07-20 Thread OSHIM
010, at 10:46 PM, Dan White wrote: > On 20/07/10 22:01 +0600, OSHIM wrote: >> if i restart slapd then getting error into /var/log/auth.log >> >> myproject slapd[4988]: auxpropfunc error invalid parameter supplied >> myproject slapd[4988]: _sasl_plugin_load failed on

Re: OpenLDAP authenticate the username/password with MS-AD?

2010-07-20 Thread OSHIM
600, OSHIM wrote: >> i am trying it on same server. so my client and server is same. > > To further troubleshoot: > > Add something like 'auth.debug /var/log/auth.log' to your syslog > configuration. > > Add 'log_level: 7' to /usr/lib/sasl2/slapd.c

Re: OpenLDAP authenticate the username/password with MS-AD?

2010-07-20 Thread OSHIM
i am trying it on same server. so my client and server is same. On Jul 20, 2010, at 8:35 PM, Dan White wrote: > On 20/07/10 19:45 +0600, OSHIM wrote: >> ldapsearch -LLL -x -H ldap://localhost -s "base" -b "" >> supportedSASLMechanisms >>

Re: OpenLDAP authenticate the username/password with MS-AD?

2010-07-20 Thread OSHIM
D5 also i have this line "sasl-secprops none" in to my /etc/ldap/slapd.conf On Jul 20, 2010, at 7:31 PM, Dan White wrote: > On 20/07/10 12:44 +0600, OSHIM wrote: >> ldapsearch -Y PLAIN -U swimonowar -W -b dc=myproject,dc=net -v -d 1 >> ldap_initial

Re: OpenLDAP authenticate the username/password with MS-AD?

2010-07-19 Thread OSHIM
wrote: > On 19/07/10 23:59 +0600, OSHIM wrote: >> test:~/lsc/etc# ldapsearch -U oshim -W -b dc=myproject,dc=net >> Enter LDAP Password: SASL/DIGEST-MD5 authentication started >> ldap_sasl_interactive_bind_s: Invalid credentials (49) > > You either need: > > me

Re: OpenLDAP authenticate the username/password with MS-AD?

2010-07-19 Thread OSHIM
wrote: > On 19/07/10 23:59 +0600, OSHIM wrote: >> test:~/lsc/etc# ldapsearch -U oshim -W -b dc=myproject,dc=net >> Enter LDAP Password: SASL/DIGEST-MD5 authentication started >> ldap_sasl_interactive_bind_s: Invalid credentials (49) > > You either need: > > me

Re: OpenLDAP authenticate the username/password with MS-AD?

2010-07-19 Thread OSHIM
after the line executed ldapsearch -Y PLAIN -U oshim -W -b dc=myproject,dc=net Enter LDAP Password: ldap_sasl_interactive_bind_s: Unknown authentication method (-6) On Jul 20, 2010, at 12:58 AM, Dan White wrote: > On 19/07/10 23:59 +0600, OSHIM wrote: >> test:~/lsc/etc# ldapsearch

Re: OpenLDAP authenticate the username/password with MS-AD?

2010-07-19 Thread OSHIM
test:~/lsc/etc# ldapsearch -U oshim -W -b dc=myproject,dc=net Enter LDAP Password: SASL/DIGEST-MD5 authentication started ldap_sasl_interactive_bind_s: Invalid credentials (49) On Jul 19, 2010, at 9:57 PM, Dan White wrote: > On 19/07/10 21:18 +0600, OSHIM wrote: >> i have configured

Re: OpenLDAP authenticate the username/password with MS-AD?

2010-07-19 Thread OSHIM
I have added a new user with the pass {sasl}os...@myproject.net then i checked it Apache Directory Studio it shows SASL hashed password. When I checked show details then it shows me {sasl}os...@myproject.net. but if i run ldapsearch -x -D "cn=oshim,dc=myproject,dc=net" -W -b dc=my

Re: OpenLDAP authenticate the username/password with MS-AD?

2010-07-19 Thread OSHIM
/07/10 21:18 +0600, OSHIM wrote: >> i have configured saslauthd with openldap to authenticate MS AD >> when I run testsaslauthd -u swioshim -p Test2010 then i got 0: OK >> "Success." >> (swioshim is my MS AD user and Test2010 password coming from MS AD) >>

Re: OpenLDAP authenticate the username/password with MS-AD?

2010-07-19 Thread OSHIM
; -W -b dc=myproject,dc=com then getting error : ldap_bind: Invalid credentials (49) please help On Jul 19, 2010, at 4:50 PM, Jonathan Clarke wrote: > Le 19/07/2010 12:45, OSHIM a écrit : >> anyone can help me out >> >> test:~# testsaslauthd -u swioshim -p Test2010 &g

Re: OpenLDAP authenticate the username/password with MS-AD?

2010-07-19 Thread OSHIM
anyone can help me out test:~# testsaslauthd -u swioshim -p Test2010 0: NO "authentication failed" why authentication failed? On Jul 19, 2010, at 12:57 AM, Dan White wrote: > On 18/07/10 23:52 +0600, OSHIM wrote: >> What we want to achieve is user using services lik

Re: OpenLDAP authenticate the username/password with MS-AD?

2010-07-18 Thread OSHIM
to authenticate with MS AD server. OpenLDAP will contain the user information but authentication will come from MS AD. Sent from my iPad On Jul 18, 2010, at 11:31 PM, Dan White wrote: > On 18/07/10 21:08 +0600, OSHIM wrote: >> Hi, >> I need a help from you guys. >> Anyone

OpenLDAP authenticate the username/password with MS-AD?

2010-07-18 Thread OSHIM
Hi, I need a help from you guys. Anyone know how to customize Squid, Dansguardian, Postfix, Samba to use OpenLDAP and let OpenLDAP authenticate the username/password with MS-AD? Thanks Oshim