How to login ldap user whithout ldap connections?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2014 05:58 AM
I have a production server of alfresco 4.2 customized to ldap sync(1st instance). And an exact copy of it(2nd instance).
But my 2nd instance is no possibility connect to ldap.
It is possible log in by ldap user to my 2nd instance if there is no way connect to ldap server?
But my 2nd instance is no possibility connect to ldap.
It is possible log in by ldap user to my 2nd instance if there is no way connect to ldap server?
Labels:
- Labels:
-
Archive
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2014 06:31 AM
Is there any possibility that you can export users from instance 1 and import to 2nd instance?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2014 06:49 AM
If you mean org.alfresco.tools.Export. I've tried something like this:
$BASE_DIR/java/bin/java -XX:MaxPermSize=256m -Xms128m -Xmx1024m -cp "$CLASSPATH" org.alfresco.tools.Export -user $USER -pwd $PASWORD -store user://alfrescoUserStore -verbose users.acp
It was exported only local users like Alice Beecher and so on.
$BASE_DIR/java/bin/java -XX:MaxPermSize=256m -Xms128m -Xmx1024m -cp "$CLASSPATH" org.alfresco.tools.Export -user $USER -pwd $PASWORD -store user://alfrescoUserStore -verbose users.acp
It was exported only local users like Alice Beecher and so on.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2014 02:20 AM
LDAP authentication module will need an LDAP directory as storage for all authentication data, and the instructions here assume you already have an LDAP directory installed and working.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2014 05:05 AM
Duplicate your ldap server.
