Skip to content

Commit

Permalink
added ldap.dn.is_dn()
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Jul 24, 2016
1 parent 42fbf21 commit 25c5b66
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Doc/ldap-dn.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. % $Id: ldap-dn.rst,v 1.7 2016/07/24 15:47:46 stroeder Exp $
.. % $Id: ldap-dn.rst,v 1.8 2016/07/24 15:52:26 stroeder Exp $
:py:mod:`ldap.dn` LDAP Distinguished Name handling
Expand Down Expand Up @@ -79,6 +79,12 @@ The :mod:`ldap.dn` module defines the following functions:

.. % -> list
.. function:: is_dn(dn[, flags=0])

This function checks whether *dn* is a valid LDAP distinguished name by
passing it to function :func:`str2dn`.

.. % -> boolean
.. _ldap-dn-example:

Expand Down

0 comments on commit 25c5b66

Please sign in to comment.