Mercurial > hg > xemacs-beta
comparison man/lispref/ldap.texi @ 3979:8d2106500793
[xemacs-hg @ 2007-05-21 11:39:55 by scop]
Fix some corrupted/oddly encoded chars.
author | scop |
---|---|
date | Mon, 21 May 2007 11:40:11 +0000 |
parents | f43f9ca6c7d9 |
children | 9fae6227ede5 |
comparison
equal
deleted
inserted
replaced
3978:5d008dfb5deb | 3979:8d2106500793 |
---|---|
103 @item auth | 103 @item auth |
104 The authentication method to use, possible values depend on the LDAP | 104 The authentication method to use, possible values depend on the LDAP |
105 library XEmacs was compiled with, they may include @code{simple}, | 105 library XEmacs was compiled with, they may include @code{simple}, |
106 @code{krbv41} and @code{krbv42}. | 106 @code{krbv41} and @code{krbv42}. |
107 @item base | 107 @item base |
108 The base for the search. This may look like @samp{cÿ, o¬me}, see | 108 The base for the search. This may look like @samp{o=ACME, c=US}, see |
109 RFC 1779 for syntax details. | 109 RFC 1779 for syntax details. |
110 @item scope | 110 @item scope |
111 One of the symbols @code{base}, @code{onelevel} or @code{subtree} | 111 One of the symbols @code{base}, @code{onelevel} or @code{subtree} |
112 indicating the scope of the search limited to a base | 112 indicating the scope of the search limited to a base |
113 object, to a single level or to the whole subtree. | 113 object, to a single level or to the whole subtree. |