From c8890561326bf8013317de998a8afbb88ec511be Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 27 Jun 2013 21:18:51 +0000 Subject: Fixed some typos and URLs in the help --- MgaRepo/plugins/ldapusers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MgaRepo/plugins') diff --git a/MgaRepo/plugins/ldapusers.py b/MgaRepo/plugins/ldapusers.py index 294c32d..dd202ed 100644 --- a/MgaRepo/plugins/ldapusers.py +++ b/MgaRepo/plugins/ldapusers.py @@ -43,12 +43,12 @@ options in the [global] section of mgarepo.conf: >>> format = Template("$cn <$mail>") >>> d = search(basedn, filter) >>> d - {"cn": "John Doe", "mail": "john@mandriva.org", + {"cn": "John Doe", "mail": "john@example.org", "uidNumber": "1290", "loginShell": "/bin/bash", ... many other attributes ... } >>> value = format.substitute(d) >>> print value - John Doe + John Doe Note that only the first value of the attributes will be used. -- cgit v1.2.1