-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Geoportal LDAP setting in localhost #305
Comments
the database (e.g. mysql) store metadata resources, ldap (e.g. apache DS) store user information. ldap connection information is in gpt.xml, and database connection info is in geoportal.xml. you might try configure with simple authentication (without ldap) first to make sure the database and geoportal works, then try to setup ldap. |
the simple authentication setting has been managed successfully, mysql database and the geoportal works, thanks, and then how i know that my gpt.xml is same setting with apache DS and mysql? i still can't how to configure it |
The mySQL connection reference is defined by the following in gpt.xml:
for LDAP, in gpt.xml comment out the simple authentication section and uncomment the ldap section will enable LDAP authentication, below is a sample:
You will have to set up proper users and groups in Apache DS, the following links has some info relating to this: https://github.com/Esri/geoportal-server/wiki/Configure-a-Directory-Server-for-the-Geoportal https://github.com/Esri/geoportal-server/wiki/Connecting-to-a-User-Directory |
thank you, I've setting like you mention above, i can see the change of my menu, there is validation menu, but where i can find the administrative tab, so i can upload and post my metadata resource???? |
you might check if the user is in the administrators group in ldap. the administration tab will appear if the user is in the administrator group. |
Hi I am trying to geoportal with tomcat 7. This is my first experience using geoportal-server. If I login in gptadmin it shows me Unable to connect to LDAP. what im trying to do is run geoportal in localhost and im still confused for ldap setting, can somebody teach me how to fix it?, any way i was installed apache directory DS and using mysql for my DB. my question :
How to relate between this LDAP setting in geoportal especially in gpt.xml and geoportal.xml , mysql and apache DS, your help is needed
The text was updated successfully, but these errors were encountered: