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 Thu Mar 28, 2024 9:49 pm

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
PostPosted: Wed May 11, 2011 12:36 am 
Offline
Newbie

Joined: Wed May 11, 2011 12:23 am
Posts: 14
I configured open-audit with Active Directory and recived information: "successful..." bud when I tried to logon I recived information:

This System is for the use of authorized users only.
Please login using your LDAP or Active Directory User Name and Password.

Your are not in the correct group to access this site.
Please contact the administrator or local Help-Desk to request access.

Login and password ofcourse are good

Thank you for help


Top
 Profile  
Reply with quote  
PostPosted: Sat Mar 24, 2012 6:05 am 
Offline
Newbie

Joined: Mon Nov 21, 2011 9:46 am
Posts: 13
Yeah.. I also encountered this problem.. anyone knows this issue already?

Ed.


Top
 Profile  
Reply with quote  
PostPosted: Sat Mar 24, 2012 6:27 am 
Offline
Moderator

Joined: Fri Jul 20, 2007 8:27 am
Posts: 1259
For ldap login you need to make sure you have at least the following in your incude_config.php file:

[code]
$use_ldap_login = 'y';
$ldap_base_dn= 'dc=your domain,dc=com';
$ldap_server = 'ldap_server';
$ldap_user = 'ldap_user';
$ldap_secret = 'ldap_password';
$admin_list = Array('AD Group for Admin Access',Another possible AD group');
$user_list = Array('AD Group for User Access');
[/code]

If you don't have the proper entries in $admin_list and $user_list I think you'd get the error as described.

I'm not sure if you can have the internal password and ldap at the same time. Haven't tried. So you might also want to have the following in the config file:
[code]$use_pass = 'n';[/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.  [ 3 posts ] 

All times are UTC + 10 hours


Who is online

Users browsing this forum: No registered users and 2 guests


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:  
Powered by phpBB® Forum Software © phpBB Group