#! /usr/sfw/bin/tclsh8.3
use Mozilla:: LDAP:: Conn;
$BASE_DN = "ou=People, ou=Intranet, dc=Co, dc=com";
$LDAP_PORT = "389";
$LDAP_SERVER = "ads.co.com";
mój $connection;
$connection = nowy Mozilla:: LDAP:: Conn ("$LDAP_SERVER", "LDAP_PORT", "", "");
kostka do gry "Móc LDAP serwer $LDAP_SERVER" jeśli $connection;
|