
mike.peachey at jennic
Nov 16, 2009, 8:56 AM
Post #3 of 5
(730 views)
Permalink
|
|
Re: LDAP with ExternalAuth, adding autocreated users to groups
[In reply to]
|
|
Ivan Voras wrote: > Hi, > > I'm trying to configure RT3.8 to authenticate via LDAP - which > apprently goes well, but the users from LDAP are autocreated in rt3 > without some useful properties. > > I'd like them to: > > * Automatically be assigned to a specific group Not currently possible unless you write the extra code. > * That the new user gets whatever the "Let this user be granted > rights" checkbox does in user management This is done with: Set($AutoCreate, {Privileged => 1}); -- 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: sales [at] bestpractical Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
|