I have a Mac Mini server running Snow Leopard and installed Redmine.
I would now like my users to be able to authenticate against the Open Directory server, but can't get it to work.
Here's how I set up Redmine (please forgive me for slightly altering the domainnames):
Name = My Directory
Host = host.subdomain.domain.org
Port = 389
LDAPS = no
Account = uid=root
Password = $rootpassword
Base DN = DC=host,DC=subdomain,DC=domain,DC=org
On-the-fly user creation = yes
Attributes
Login = sAMAccountName
Firstname = givenName
Lastname = sN
Email = mail
But everytime I try to log in with an account that is in the open directory it'll tell me Invalid user or password
and the login attempt doesn't even show up in the ldap logs.
Variations of the account I've been through:
root did nothing, 'wrong dn' in ldap logs
root@subdomain.domain.org Can't login: "Invalid user or password", nothing in logs
root@host.subdomain.domain.org Can't login: "Invalid user or password", nothing in logs
uid=root Can't login: "Invalid user or password", nothing in logs
cn=root Can't login: "Invalid user or password", nothing in logs
Variations of the Login attribute:
sAMAccountName "Invalid user or password"
uid "Invalid user or password"