Posted
about 13 years
ago
by
@users.sf.net
I'm stuck at Absolute path to cPassMan folder : .. I know my path is correct. is this some type of permissions issue?
|
Posted
over 13 years
ago
by
@users.sf.net
Dear all,
After installation, I am stuck at login page. It keeps running " Please identify yourself"
I checked the process with httpwatch and it is stuck at http://xxxxx/source/main.queries.php
|
Posted
over 13 years
ago
by
[email protected]
is there anyway in which you can query multiple domains? i have a root and a child, and would like users in both to be able to log in
Cheers
|
Posted
over 13 years
ago
by
[email protected]
alguien me puede brindar una serie de pasos para configurar la autenticacion de cpassman atreves de ldap?
|
Posted
over 13 years
ago
by
[email protected]
Hi all!
cPassMan is now being delivered in version 2.0 beta 1.
All issues or requests have to be post in [url=http://code.google.com/p/cpassman/]http://code.google.com/p/cpassman/[/url].
The
|
Posted
almost 14 years
ago
by
[email protected]
Thank you for your precious help!
I'll do some correction then
Very nice
Nils
|
Posted
almost 14 years
ago
by
[email protected]
Note the "LDAP account suffix for your domain" needs "@" prefix e.g. @university.ac.uk. Full settings :-
[code]LDAP account suffix for your domain: @university.ac.uk
LDAP base dn for your domain:
|
Posted
almost 14 years
ago
by
[email protected]
Removed crypt from line :-
[code]//$password = encrypt($received_password);
$password = $received_password;[/code]
We can connect to the AD server without encryption so this works for
|
Posted
almost 14 years
ago
by
[email protected]
Hi, managed to find the problem. It is $password variable. If enter the password manually in sources/main.queries.php it works e.g. "mypassword", see below :-
[code] /* LDAP connection */
|
Posted
almost 14 years
ago
by
[email protected]
Whilst I cannot give you direct access to our systems, I more than happy to try testing CPassMan authentication against my organisations AD LDAP.
I'm keen to get this working as we like to enable l
|