Re: [rt-users] ldap auth succeeds but autocreate fails

2008-03-07 Thread Kostas Voulgaris
Problem solved! You should never map the user id with an ldap attribute! I wanted my rt users to have the same id with their unix accounts. I don't think this was documented somewhere. Kostas Voulgaris. On Thu, 2008-03-06 at 19:45 +0200, Kostas Voulgaris wrote: > Hi, > > i'm trying to set up rt

Re: [rt-users] ldap auth succeeds but autocreate fails

2008-03-07 Thread Kostas Voulgaris
Thank you for the reply. It's not a permissions problem in my opinion. Everyone has the ModilfySelf right and ldap info update works (i've checked that). moreover no fail update appears in log file after using your modification in User_Local.pm. Kostas Voulgaris On Fri, 2008-03-07 at 09:08 +000

Re: [rt-users] ldap auth succeeds but autocreate fails

2008-03-07 Thread Mike Peachey
Kostas Voulgaris wrote: > [Thu Mar 6 15:26:05 2008] [warning]: Use of uninitialized value in > numeric eq (==) at /usr/share/request-tracker3.6/lib/RT/User_Overlay.pm > line 1787. (/usr/share/request-tracker3.6/lib/RT/User_Overlay.pm:1787) > [Thu Mar 6 15:26:05 2008] [warning]: Use of uninitializ

[rt-users] ldap auth succeeds but autocreate fails

2008-03-06 Thread Kostas Voulgaris
Hi, i'm trying to set up rt to auto-create ldap authenticated users. authentication from ldap works, all user attributes are mapped correctly but new user creation fails. i've followed the guide in wiki. here is my rt ldap configuration: Set($AuthMethods, ['LDAP', 'Internal']); Set($LdapExternal