1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

Update transformations.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@657793 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason S. Lingohr
2008-05-19 11:21:08 +00:00
parent fce706e922
commit d0ea728227
2 changed files with 6 additions and 6 deletions

View File

@@ -678,11 +678,11 @@ Require valid-user
subtree search for the attribute <em>userPrincipalName</em>, with
an empty search root, like so:</p>
<div class="example"><pre>
AuthLDAPBindDN <em>apache@somedomain.com</em>
AuthLDAPBindPassword <em>password</em>
AuthLDAPURL <em>ldap://10.0.0.1:3268/&gt;userPrincipalName?sub</em>
</pre></div>
<div class="example"><p><code>
AuthLDAPBindDN apache@somedomain.com<br />
AuthLDAPBindPassword password<br />
AuthLDAPURL ldap://10.0.0.1:3268/?userPrincipalName?sub
</code></p></div>
<p>Users will need to enter their User Principal Name as a login, in
the form <em>somebody@nz.somedomain.com</em>.</p>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-2022-jp"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
<!-- English Revision: 189754:634760 (outdated) -->
<!-- English Revision: 189754:657760 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more