I need to recreate the exact installation/configuration of a dev server
onto a production server.Both servers are configured for Enterprise LDAP
for user management.However we have local groups on the dev installation
that 'group' LDAP users as we were unable to access the LDAP server to
create the groups there. We need to recreate the local groups on the
production server, and it's not clear how we can export all the user
management configuration from the dev installation so it can be used on
t...