Hi.
I just finish instaling gitorious (git cloned today) + Ldap in a fresh
debian squeeze server. Ldap Auth works fine but when i try to compose
a message the autocomplete only shows "###". Then, when you select one
of the "#" shows something like this "#<User:0x7083688>".
Screenshots:
https://www.dropbox.com/s/cre871on6li4sud/composebug1.png
https://www.dropbox.com/s/rgk6l5sbd7f2f8i/composebug2.png
Here's my authentication.yml just in case
production:
disable_default: true
methods:
- adapter: Gitorious::Authentication::LDAPAuthentication
host:
xxx.cl
port: 389
base_dn: ou=cuentas,ou=valparaiso,ou=alumnos,c=cl
login_attribute: uid
distinguished_name_template:
"uid={},ou=cuentas,ou=valparaiso,ou=alumnos,c=cl"
attribute_mapping:
cn: fullname
mail: email
encryption: none
Anyone can help me?
thxs