[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
pass through authentication problem
- To: openldap-software@openldap.org
- Subject: pass through authentication problem
- From: Geoff Baker <gbaker83@yahoo.com.au>
- Date: Wed, 17 Feb 2010 02:34:48 -0800 (PST)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com.au; s=s1024; t=1266402888; bh=oYNcWxhNx+QX9KZMPm630OBHCkC6r9Tt/ffRr0gk5IE=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=hz4UbAiwcUW03u97iMI+OQtEqtJKe9CjOsOeUvqPdOdf2VfBnb5chgQ+HMfvylOwo87iTGIRA4FPpjMVH2iHdq6wQ+C2uQt6VrrfhT7OhtJ0rXcCGsiamq3DBkM5H8HKo0Vllde+Woqc02hF3h26D1u3RHYAKRJGdTYuiu14hVo=
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.au; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=hILLEPVBf4ktDYsKNzFYKZOo+xIYw/n4ieCO7pSCj7rJDAgzBmdEc9KuVAYZ76FZf9uGdgAsyeGI6+Yh8TkGI10TdgvlQZsKv/Y0zRKZX3Iv5+joKijzJUJrlJ71Mid7KyJcOtBo9XCQJZod1V6oOfq0uit3YNYf1XkyBma0VKw=;
Hi,
I have a Red Hat 5 machine that I have compiled openldap-2.4.19 with the --enable-spasswd option. I have configured saslauth to do its thing as per the instructions on http://www.openldap.org/doc/admin24/security.html#Authentication%20Methods
I cannot seem to add the userPassword:: {SASL} user@domain part though. If i try to import a ldif like the following:
dc: uid=user,dc=domain
changetype: modify
replace: userpassword
userPassword:: {SASL} user@domain
I get an error saying ldapmodify: invalid format (line 4) entry: ""
if i change it to be userpassword: {SASL} user@domain - that works but the entry is hashed (is that ok?)
Then when i try to do a bind with that user account i get invalid credentials... Can somebody please help me try to work out why openldap doesn't seem to be passing on the request to SASL?