Hello.
I am trying to setup a trac server using LDAP for user authentication.
My trac conf file looks like:
[account-manager]
password_store = LDAPStore
.....
[ldap]
basedn = dc=ldap,dc=rdp
bind_dn = uid=%s,dc=ldap,dc=rdp
bind_passwd = xxxx
bind_user = trac
cache_size = 100
cache_ttl = 900
#global_perms = false
global_perms = true
#group_bind = false
group_bind = true
group_rdn = cn=groups
groupattr = cn
groupmember = memberUid
groupmemberisdn = false
groupname = posixGroup
#manage_groups = false
manage_groups = true
permattr = tracperm
permfilter = objectclass=*
port = 389
server = localhost
store_bind = true
uidattr = uid
user_rdn = cn=users
......
[components]
...
ldapauth.* = enabled
ldapauth.store.* = enabled
ldapplugin.* = enabled
ldapplugin.api.* = enabled
Some details:
FreeBSD 7.2
Trac 0.11.6
.....
Ldap authentification working good, but
when I try to access to Manage User Accounts, I recieve error:"This
password store does not support listing users."
And may I recieve permission from ldap?
How decide this problems?
Best regards,
Andy.
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en.