Modify

Opened 15 years ago

#4923 new defect

Can't get it to work with 0.11, need some debugging help

Reported by: Jon Schewe Owned by: Emmanuel Blot
Priority: normal Component: LdapPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

I'm using trac 0.11 on opensuse. I can see the queries being done on my ldap server and they appear correct in the logs, however the plugin isn't putting my user in the appropriate groups. My ldap setup works with PAM, using posixGroup for groups and memberUID for members of the groups with simple uids listed. Any suggestions? My config is below.

[ldap]
enable = true
basedn = dc=bum,dc=bbn,dc=com
group_rdn = ou=group
user_rdn = ou=people
groupmemberisdn = false
groupname = posixGroup
groupmember = memberUid
manage_groups = false

Attachments (0)

Change History (0)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Emmanuel Blot.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.