You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
734 B
20 lines
734 B
<?xml version="1.0" ?>
|
|
<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
|
|
<!ENTITY % addindex "IGNORE">
|
|
<!ENTITY % Slovenian "INCLUDE"> <!-- change language only here -->
|
|
]>
|
|
|
|
<article lang="&language;" id="ldap">
|
|
<title>ldap</title>
|
|
|
|
<para><acronym>ldap</acronym> je lightweight directory access protocol. Ponuja dostop do imenika X.500, ali do samostojnega <acronym>LDAP</acronym> strežnika.</para>
|
|
|
|
<para>Kioslave za ldap lahko uporabite tako:</para>
|
|
|
|
<para><userinput>ldap://host:port/ou=People,o=where,c=de??sub</userinput> za poizvedbo po poddrevesu</para>
|
|
|
|
<para>ali<userinput>ldap://host:port/cn=MM,ou=People,o=where,c=de??base</userinput> za celotno vejo.</para>
|
|
|
|
</article>
|
|
|