From: joey <> Date: Thu, 18 Nov 2004 15:50:41 +0000 (+0000) Subject: Import from samosa: Added space to improve the readability X-Git-Tag: debian_userdir-ldap_0-3-7~14 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=e5c85683eb28840dd086a60e2f259b8d1ab606cb Import from samosa: Added space to improve the readability --- diff --git a/ud-host b/ud-host index 2e72b7b..1eb8d76 100755 --- a/ud-host +++ b/ud-host @@ -247,7 +247,7 @@ while(1): if NewHost == "": continue; Dn = "host=" + NewHost + "," + HBaseDn; - l.add_s(Dn,[("host",NewHost), + l.add_s(Dn,[("host", NewHost), ("hostname", NewHostName), ("objectClass", ("top", "debianServer"))]);