Looks like the userPassword is getting crypted  or something..

userPassword:: emlwcGVk

Using QW to view franks LDAP record the userPassword is 
viewable in clear text and set to clear

Any Ideas?

Checked slapd.conf

database  bdb
suffix          "o=college_dn.edu"
rootdn          "cn=Manager,o=college_dn.edu"
# Cleartext passwords, especially for the rootdn, should
# be avoided.  See slappasswd(8) and slapd.conf(5) for details.
# Use of strong authentication encouraged.
rootpw          password
# rootpw                {crypt}ijFYNcSNctBYg


checked authldaprc
LDAP_CLEARPW               userPassword


[EMAIL PROTECTED] log]# !1033
ldapsearch -h server_dn.college.edu -b 'o=college.edu' -D 'cn=Mana
,o=college.edu' 'uid=frank' -w secret -x
# extended LDIF
#
# LDAPv3
# base <o=college.edu> with scope sub
# filter: uid=frank
# requesting: ALL
#

# frank, accounts, college.edu
dn: cn=frank,ou=accounts,o=college.edu
cn: frank
sn: frank
objectClass: top
objectClass: person
objectClass: inetOrgPerson
objectClass: qmailUser
objectClass: uidObject
mail: [EMAIL PROTECTED]
mailHost: server_dn.college.edu
mailForwardingAddress: [EMAIL PROTECTED]
mailQuotaSize: 1000000
mailQuotaCount: 1000
qmailUID: 508
qmailGID: 503
accountStatus: active
uid: frank
deliveryMode: normal
mailAlternateAddress: [EMAIL PROTECTED]
mailSizeMax: 10000
qmailDotMode: dotonly
mailMessageStore: /home/frank/Maildir/
homeDirectory: /home/frank/
userPassword:: emlwcGVk

# search result
search: 2
result: 0 Success

# numResponses: 2
# numEntries: 1
[EMAIL PROTECTED] log]#

On 5 Oct 2004 at 5:02, Chris Wilkes wrote:

> On Mon, Oct 04, 2004 at 11:57:17PM -0600, Stewart Walker wrote:
> > 
> > I am having a heck of a time getting Squirrel Mail login name and
> > password thru to LDAP.. The only logging I can find is in
> > /var/log/maillog and all it says is LOGIN FAILED.
> > 
> > Was hoping someone could give me some ideas on how I can get more
> > information to see what is exactly going on.
> 
> I would compare the LDAP information sent (either by looking at the
> logs, or using ethereal to sniff the network) when you can authenicate
> during an IMAP session vs when you can't, and seeing if there's any
> difference.
> 
> Its probably something to do with how you're identifying yourself with
> a DN or maybe an encrypted password issue.
> 
> If you can't get IMAP to work, do a query like
>   ldapsearch
>     -h my.ldap.server
>     -b 'dc=my,dc=domain'
>     -D 'uid=myusername,ou=myou,dc=my,dc=domain' 'uid=myusername'
>     -w mypassword
>     -x
> and see if you can authenicate that way.
> 
> Chris


                 \\|//
              -(@ @)-
===oOO==(_)==OOo======================

Stewart Walker
[EMAIL PROTECTED]



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to