Registrations to Open-AudIT forums are now closed. To ask any new questions please visit Opmantek Community Questions.

Open-AudIT

What's on your network?
It is currently Tue Mar 19, 2024 8:00 pm

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
PostPosted: Tue Nov 20, 2012 5:08 pm 
Offline
Newbie

Joined: Tue Nov 20, 2012 4:40 pm
Posts: 1
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......?????!!!!!!!


Top
 Profile  
Reply with quote  
PostPosted: Wed Nov 21, 2012 2:25 am 
Offline
Moderator

Joined: Fri Jul 20, 2007 8:27 am
Posts: 1259
[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]

Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC + 10 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group