OpenNetAdmin

Track. Automate. Configure.

Home About Features Community Develop
Download this project as a tar.gz file

Activate ldap backend.

apa123

12-03-2011 02:23:39

Hello
I cant seem to activate the ldap (AD) for login. How do you activate it?

apa123

12-03-2011 09:56:26

Solved it, but when i log in, i dont get read/write permisson. Anyone have a idea

Matt

12-03-2011 12:01:41

You must define a group within ONA that matches a group that is in LDAP. Grant the group whatever permissions you need it to have. When you log into ona it should pull the group information from LDAP provided you gave it the right filter information for getting group info.

You can click the person icon to the right of the change user button at the top right of the screen. It wil bring up a window showing you your permissions and group information that it has pulled from LDAP.

You of course will need to use the built in admin user to configure the groups within ONA.

That should get you going.. let me know if you still have issues.. thanks

apa123

12-03-2011 13:31:56

Thx, it works now!
One more question, is it possible to log what all the user does, both logins and when they add stuff to the

Matt

12-03-2011 19:55:08

Great, glad its working.

Yes you can log user activity in a few ways. By default it is logging to /var/log/ona.log which is defined in the "logfile" variable. If you go to Menu -> Admin -> Manage System Config you can change its value.

Also if you go to to Menu -> Admin -> Display DB Logs, then click the enable button. It will open an edit window. Set the value to 1 which will enable the system to start logging what happens to a local database table. The same page will display data in that table which you can page through. One of these days I'll add a search form to it.