Re: Cyrus with LDAP

2005-04-04 Thread Shashank Agrawal
sorry about my last email. it is resolved now. On Apr 4, 2005 9:55 AM, Shashank Agrawal <[EMAIL PROTECTED]> wrote: Hello, The following two statements work.    ldapsearch -x -h localhost -D 'cn=Manager,dc=domain,dc=com' -W '(uid=shashank)' ldapsearch -x -h localhost -D 'uid=shashank,ou=Users,dc=do

Re: Cyrus with LDAP

2005-04-04 Thread Shashank Agrawal
Hello, The following two statements work.    ldapsearch -x -h localhost -D 'cn=Manager,dc=domain,dc=com' -W '(uid=shashank)' ldapsearch -x -h localhost -D 'uid=shashank,ou=Users,dc=domain,dc=com' -W '(uid=shashank)'   However, this doesn't   testsaslauthd -u shashank -p xx0: NO "authentication

Re: Cyrus with LDAP

2005-04-01 Thread Craig White
On Fri, 2005-04-01 at 08:56 -0800, Shashank Agrawal wrote: > yeah. you are right. it doesn't work now. > > [EMAIL PROTECTED] openldap]# ldapsearch -x -h localhost -D > 'ou=Manager,dc=emgbank,dc=com' -W '(uid=shashank)' > Enter LDAP Password: > ldap_bind: Invalid credentials (49) > [EMAIL PROTECTE

Re: Cyrus with LDAP

2005-04-01 Thread Shashank Agrawal
oh. i got it. i needed to create ou=Manager and set its password. i did this in phpldapadmin. Thank you for walk me through it. On Apr 1, 2005 8:58 AM, Shashank Agrawal <[EMAIL PROTECTED]> wrote: > i mean what could be the reason. > > On Apr 1, 2005 8:56 AM, Shashank Agrawal <[EMAIL PROTECTED]> w

Re: Cyrus with LDAP

2005-04-01 Thread Shashank Agrawal
i mean what could be the reason. On Apr 1, 2005 8:56 AM, Shashank Agrawal <[EMAIL PROTECTED]> wrote: > yeah. you are right. it doesn't work now. > > [EMAIL PROTECTED] openldap]# ldapsearch -x -h localhost -D > 'ou=Manager,dc=emgbank,dc=com' -W '(uid=shashank)' > Enter LDAP Password: > ldap_bind:

Re: Cyrus with LDAP

2005-04-01 Thread Shashank Agrawal
yeah. you are right. it doesn't work now. [EMAIL PROTECTED] openldap]# ldapsearch -x -h localhost -D 'ou=Manager,dc=emgbank,dc=com' -W '(uid=shashank)' Enter LDAP Password: ldap_bind: Invalid credentials (49) [EMAIL PROTECTED] openldap]# On Apr 1, 2005 8:36 AM, Craig White <[EMAIL PROTECTED]> w

Re: Cyrus with LDAP

2005-04-01 Thread Craig White
On Fri, 2005-04-01 at 07:13 -0800, Shashank Agrawal wrote: > This seems to be working. here is the output. > > [EMAIL PROTECTED] openldap]# ldapsearch -x -h localhost -D > 'uid=shashank,ou=Users,dc=emgbank,dc=com' -W '(uid=shashank)' > Enter LDAP Password: > # extended LDIF > # > # LDAPv3 > # bas

Re: Cyrus with LDAP

2005-04-01 Thread Shashank Agrawal
This seems to be working. here is the output. [EMAIL PROTECTED] openldap]# ldapsearch -x -h localhost -D 'uid=shashank,ou=Users,dc=emgbank,dc=com' -W '(uid=shashank)' Enter LDAP Password: # extended LDIF # # LDAPv3 # base <> with scope sub # filter: (uid=shashank) # requesting: ALL # # shashank,

Re: Cyrus with LDAP

2005-04-01 Thread Craig White
On Fri, 2005-04-01 at 06:11 -0800, Shashank Agrawal wrote: > ok. how would i resolve this issue. i think user and password are good. > > On Mar 31, 2005 9:22 PM, Craig White <[EMAIL PROTECTED]> wrote: > > On Thu, 2005-03-31 at 20:42 -0800, Shashank Agrawal wrote: > > > > > Mar 31 20:35:54 mail sa

Re: Cyrus with LDAP

2005-04-01 Thread Shashank Agrawal
ok. how would i resolve this issue. i think user and password are good. On Mar 31, 2005 9:22 PM, Craig White <[EMAIL PROTECTED]> wrote: > On Thu, 2005-03-31 at 20:42 -0800, Shashank Agrawal wrote: > > > Mar 31 20:35:54 mail saslauthd[7752]: Authentication failed for > > shashank/domain.com: Bind

Re: Cyrus with LDAP

2005-03-31 Thread Craig White
On Thu, 2005-03-31 at 20:42 -0800, Shashank Agrawal wrote: > Mar 31 20:35:54 mail saslauthd[7752]: Authentication failed for > shashank/emgbank.com: Bind to ldap server failed (invalid > user/password or insufficient access) (-7) bingo Craig --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus

Re: Cyrus with LDAP

2005-03-31 Thread Shashank Agrawal
Hello Edward, Here are the details you requested. There is some relevant info in auth.log, but i don't know how to resolve it. thank you. [EMAIL PROTECTED] ~]# ps -ef | grep saslauthd root 7751 1 0 20:31 ?00:00:00 /usr/sbin/saslauthd -m /var/

Re: Cyrus with LDAP

2005-03-31 Thread Edward Rudd
On Thu, 2005-03-31 at 21:14, Shashank Agrawal wrote: > Hello, > > Here are my config files. /etc/saslauthd.conf didn't exist on my > system. so i created a new one. but still it doesn't work. Thank you. the configuration looks fine. did you check your /var/log/auth.log? did you try running tests

Re: Cyrus with LDAP

2005-03-31 Thread Shashank Agrawal
Hello, Here are my config files. /etc/saslauthd.conf didn't exist on my system. so i created a new one. but still it doesn't work. Thank you. ** [EMAIL PROTECTED] etc]# more saslauthd.conf #/etc/saslauthd.conf #Config File for the saslauthd with the ldap mechichism ldap

Re: Cyrus with LDAP

2005-03-31 Thread Edward Rudd
On Thu, 2005-03-31 at 19:24, Shashank Agrawal wrote: > Hello, > > I am unable to get cyrus authentication with LDAP. I am running fedora core 3. > > I would appreciate any help. Is there any patch that i need to apply? > > Here is my config file. your imapd.conf file looks fine What does your /