You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by lu...@apache.org on 2014/05/17 19:22:52 UTC

svn commit: r1595518 - /directory/site/trunk/content/api/user-guide/2.10-ldap-connection-template.mdtext

Author: lucastheisen
Date: Sat May 17 17:22:51 2014
New Revision: 1595518

URL: http://svn.apache.org/r1595518
Log:
fixed typo in documentation

Modified:
    directory/site/trunk/content/api/user-guide/2.10-ldap-connection-template.mdtext

Modified: directory/site/trunk/content/api/user-guide/2.10-ldap-connection-template.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/user-guide/2.10-ldap-connection-template.mdtext?rev=1595518&r1=1595517&r2=1595518&view=diff
==============================================================================
--- directory/site/trunk/content/api/user-guide/2.10-ldap-connection-template.mdtext (original)
+++ directory/site/trunk/content/api/user-guide/2.10-ldap-connection-template.mdtext Sat May 17 17:22:51 2014
@@ -211,7 +211,7 @@ One of the most common uses of LDAP is a
         ldapConnectionTemplate.newDn( "uid=" + uid + ", ou=people, dc=example, dc=com" ),
         password );
 
-    // or if you authenticate using an attrubute not in the dn
+    // or if you authenticate using an attribute not in the dn
     PasswordWarning warning = ldapConnectionTemplate.authenticate( 
         "ou=people,dc=example,dc=com",
         "(mail=kermitthefrog@muppets.com)",