Michael Bieniek wrote: > Hi, > my LDAP authentications works very well for me. Now i want that only > users whitch are in group 'lg_rt_ticketsystem' are allowed to log in. I > have tried many possibilities, but nothing changed - i can't log-in if i > add the 'group' and 'group_attr question'. > Can anybody tell me what values i have to add? > > 'group' => 'cn=lg_rt_ticketsystem', > 'group_attr' => 'cn=lg_rt_ticketsystem',
Try the whole distinguished name (DN), for example: 'group' => 'cn=lg_rt_ticketsystem,ou=groups,ou=lg,dc=lg,dc=de', -- Kind Regards, __________________________________________________ Mike Peachey, IT Tel: +44 114 281 2655 Fax: +44 114 281 2951 Jennic Ltd, Furnival Street, Sheffield, S1 4QT, UK Comp Reg No: 3191371 - Registered In England http://www.jennic.com __________________________________________________ _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
