Failed to delete User...???
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2007 05:17 AM
Hi,
My database has been modified by a plugin. Now, there is at least 2 or 3 occurrences by user (with the same user name). When I try to delete one user, i get the folowing message :
Failed to delete User due to error: Found more than one user for ***** (case insensitive)
So how to delete these users ?
Thanks
Prck
My database has been modified by a plugin. Now, there is at least 2 or 3 occurrences by user (with the same user name). When I try to delete one user, i get the folowing message :
Failed to delete User due to error: Found more than one user for ***** (case insensitive)
So how to delete these users ?
Thanks
Prck
Labels:
- Labels:
-
Archive
6 REPLIES 6

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 03:44 PM
I'm getting the same thing. Would anyone happen to have the answer for this?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2007 09:55 AM
Hi
Which version of Afrecso are you using?
V1.4 should deal with duplicate users.
How exactly did this plugin change the database?
What does it do?
Regards
Andy
Which version of Afrecso are you using?
V1.4 should deal with duplicate users.
How exactly did this plugin change the database?
What does it do?
Regards
Andy
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2007 01:01 PM
I have same problem also !
im using 1.4.0 version on tomcat
i have test with a light version :
- ldap import users and groups
- chaining authentification
- original war
- empty repository
and i have 2 same users for each user after user import.
im using 1.4.0 version on tomcat
i have test with a light version :
- ldap import users and groups
- chaining authentification
- original war
- empty repository
and i have 2 same users for each user after user import.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2007 04:34 AM
I'm using the 1.4 tomcat verson. In my tomcat/shared/classes/alfresco/extension/ldap-authentication-context.xml, I have found the clearAllchildren propetiy :
I have solved the problem by setting this property to true.
…<property name="clearAllChildren"> <value>false</value></property>…
I have solved the problem by setting this property to true.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2007 05:01 AM
But me i have Alfresco users and Active Directory users if i "clearAllChildren" i lose all my Alfresco users…
But thx about your idea i will test it and i will think about it maybe i will use only AD like directory.
But thx about your idea i will test it and i will think about it maybe i will use only AD like directory.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2007 05:55 AM
Hi
I would not set the <property name="clearAllChildren"> option to true unless you have guest and admin defined in your LDAP import or you will loose these users. You will also throw away all user settings each time (e.g preferences).
The LDAP import should find and update existing users. It uses the uid defined in the import file as key. Check your config files to make sure the person uid always uses the correct attribute from the LDAP user object. It is possible to misconfigure this and get the behaviour you describe. This is set in number of beans. (Making this easier is on the list.)
Regards
Andy
I would not set the <property name="clearAllChildren"> option to true unless you have guest and admin defined in your LDAP import or you will loose these users. You will also throw away all user settings each time (e.g preferences).
The LDAP import should find and update existing users. It uses the uid defined in the import file as key. Check your config files to make sure the person uid always uses the correct attribute from the LDAP user object. It is possible to misconfigure this and get the behaviour you describe. This is set in number of beans. (Making this easier is on the list.)
Regards
Andy
