Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7eb559a

Browse files
committed
doc: Correct description of ldapurl
The ldapurl option doesn't actually support specifying a user name andpassword.Albe Laurenz
1 parent0e69020 commit7eb559a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

‎doc/src/sgml/client-auth.sgml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1490,10 +1490,10 @@ omicron bryanh guest1
14901490
<term><literal>ldapurl</literal></term>
14911491
<listitem>
14921492
<para>
1493-
An RFC 4516 LDAP URL. This is an alternative way to writemost of the
1493+
An RFC 4516 LDAP URL. This is an alternative way to writesome of the
14941494
other LDAP options in a more compact and standard form. The format is
14951495
<synopsis>
1496-
ldap://[<replaceable>user</replaceable>[:<replaceable>password</replaceable>]@]<replaceable>host</replaceable>[:<replaceable>port</replaceable>]/<replaceable>basedn</replaceable>[?[<replaceable>attribute</replaceable>][?[<replaceable>scope</replaceable>]]]
1496+
ldap://<replaceable>host</replaceable>[:<replaceable>port</replaceable>]/<replaceable>basedn</replaceable>[?[<replaceable>attribute</replaceable>][?[<replaceable>scope</replaceable>]]]
14971497
</synopsis>
14981498
<replaceable>scope</replaceable> must be one
14991499
of <literal>base</literal>, <literal>one</literal>, <literal>sub</literal>,
@@ -1502,6 +1502,12 @@ ldap://[<replaceable>user</replaceable>[:<replaceable>password</replaceable>]@]<
15021502
not supported.
15031503
</para>
15041504

1505+
<para>
1506+
For non-anonymous binds, <literal>ldapbinddn</literal>
1507+
and <literal>ldapbindpasswd</literal> must be specified as separate
1508+
options.
1509+
</para>
1510+
15051511
<para>
15061512
To use encrypted LDAP connections, the <literal>ldaptls</literal>
15071513
option has to be used in addition to <literal>ldapurl</literal>.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp