Open-AudIT
https://www.open-audit.org/phpBB3/

admin access to openaudit with ldap login
https://www.open-audit.org/phpBB3/viewtopic.php?f=10&t=5971
Page 1 of 1

Author:  confucious [ Tue Nov 20, 2012 5:08 pm ]
Post subject:  admin access to openaudit with ldap login

hi,

i enabled ldap login, it works fine, no problems.

issue i have now is, my ldap account has go no permissions to openaudit other than browse.

cant access the admin - config menu to disable ldap login either.

kind of a problem since i am meant to be administrating it....

please help......?????!!!!!!!

Author:  jpa [ Wed Nov 21, 2012 2:25 am ]
Post subject:  Re: admin access to openaudit with ldap login

[quote="confucious"]cant access the admin - config menu to disable ldap login either.To turn off ldap integration and use the built in password edit the include_config.php file.

Set:
[code]
$use_pass = 'y';
$use_ldap_login = 'n';
[/code]

[quote="confucious"]my ldap account has go no permissions to openaudit other than browse.Admin Ldap access works by comparing the logon user's group membership to a list defined in include_config.php.

Set the following array lists as appropriate and then enable ldap login again if you've disabled it as above:
[code]
$admin_list = Array('Domain Admins','other group name for admin access','etc...');
$user_list = Array('Domain Users','some other group name for user access','etc...' );
[/code]

Page 1 of 1 All times are UTC + 10 hours
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/