LDAP User werden unter Kontakte nicht angezeigt
-
Unter Module/Server ist der LDAP-connector eingerichtet und der Test ist erfolgreich und zeigt die richtige Anzahl der in der Gruppe vorhandenen User. Wenn ich dann aber unter Kontakte/LDAP/Server-ip die LDAP User zuweisen will, werden mir an dieser stelle keine angezeigt! Kann mir jemand sagen wo mein Fehler liegt?
Vielen Dank Grußß Skiffle
-
Die Sicht auf den LDAP Server unter Kontakte ist leider noch nicht implementiert. Du kannst dich aktuell nur mit deinen LDAP Usern einloggen oder diese über "php controller.php -v -m ldap" synchronisieren.
-
Danke für den Hinweis, anmelden kann ich mich aber auch nicht. Wenn ich synchronisieren will folgt:
U:>d:\xampp\php\php.exe d:\xampp\htdocs\i-doit\controller.php -v -m ldap
-
Loading module: ldap
- Logging in
Login configuration error: You should setup $g_userconf in D:\xampp\htdocs\i-doi
t\src/handler/config/isys_handler_ldap.inc.php to do an automated (script-based)
login.Check the example in
D:\xampp\htdocs\i-doit\src/handler/config/examples/isys_handler_ldap.inc.php and
copy it to
D:\xampp\htdocs\i-doit/src/handler/config/.Or use -u user -p pass -i mandator-id instead. (e.g. -u admin -p admin -i 1)
Get a list of your mandator ids with "php.exe controller.php -v -m mandator ls"
Diese Datei "isys_handler_ldap.inc.php" gibt es in meinem System überhaupt nicht. Muss da was nachinstalliert werden?
Gruß
Skiffle
-
-
was ist mit -u -p ?
Hier ein Beispiel für die isys_handler_ldap.inc.php
/** * i-doit * * LDAP handler configuration file * * @package i-doit * @subpackage General * @author Dennis Stücken <dstuecken@synetics.de>* @version 0.9.3 * @copyright Copyright 2008 - synetics GmbH * @license http://dev.perl.org/perl6/rfc/346.html Artistic License 2.0 */ define("C__HANDLER__LDAP", 1); /** * Automated login configuration */ $g_userconf = array( "user" => "admin", "pass" => "admin", "mandator_id" => 1 ); ?></dstuecken@synetics.de>
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login