It's working well, but the errors below are shown:
1) sometimes when viewing the login page
2) always after logging out
3) always with a failed login attempt
4) sometimes randomly in a table (next to a username)
SYSTEM WARNING: ldap_search() [function.ldap-search]: Search: Operations error
SYSTEM ...
Search found 5 matches
- 14 Oct 2009, 13:49
- Forum: Help
- Topic: LDAP Trouble
- Replies: 6
- Views: 9337
- 14 Oct 2009, 12:58
- Forum: Help
- Topic: LDAP Trouble
- Replies: 6
- Views: 9337
Re: LDAP Trouble
I got past that problem with:
ldapsearch -x -H ldap://10.11.12.13:389 -D adminuser -w adminpassword -b "dc=domain,dc=internal" "(cn=administrator)"
After changing the username to match the layout above, and removing the OU entry it works!
Thanks for pointing me in the right direction.
ldapsearch -x -H ldap://10.11.12.13:389 -D adminuser -w adminpassword -b "dc=domain,dc=internal" "(cn=administrator)"
After changing the username to match the layout above, and removing the OU entry it works!
Thanks for pointing me in the right direction.
- 14 Oct 2009, 08:57
- Forum: Help
- Topic: LDAP Trouble
- Replies: 6
- Views: 9337
Re: LDAP Trouble
Thanks, I've been looking into this. I've tried the following:
ldapsearch -x -H ldap://10.11.12.13:389 -D adminuser -w adminpassword "(uid=administrator)"
But I get this (below). I've tried searching using different credentials and searching for other uid, cs, sn etc. but I keep getting the same ...
ldapsearch -x -H ldap://10.11.12.13:389 -D adminuser -w adminpassword "(uid=administrator)"
But I get this (below). I've tried searching using different credentials and searching for other uid, cs, sn etc. but I keep getting the same ...
- 13 Oct 2009, 09:30
- Forum: Help
- Topic: LDAP Trouble
- Replies: 6
- Views: 9337
LDAP Trouble
Hi,
I have a Debian install with Mantis 1.1.6+dfsg-2lenny1.
I'm trying to get Active Directory authentication working using LDAP. I followed the steps here (http://www.mantisbt.org/wiki/doku.php/mantisbt:active_directory?s=active%20directory) but I am stuck with the following error:
APPLICATION ...
I have a Debian install with Mantis 1.1.6+dfsg-2lenny1.
I'm trying to get Active Directory authentication working using LDAP. I followed the steps here (http://www.mantisbt.org/wiki/doku.php/mantisbt:active_directory?s=active%20directory) but I am stuck with the following error:
APPLICATION ...
- 13 Oct 2009, 09:24
- Forum: Help
- Topic: The wiki on mantisbt.org does not work (fixed)
- Replies: 2
- Views: 2167
Re: wiki on www.mantisbt.org/wiki not working
Go to mantisbt.org/bugs and click "log in anonymously", then go to mantisbt.org/wiki and it should be fine.