X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=ud-host;h=1eb8d7641580cd4e10776daa364da65bd6ade9be;hb=d2f7f735023cf87d3510ba0e580ffded7593b3b4;hp=2e72b7b41d41bf01291e0d606f392a7ed09a514e;hpb=a025eff465feb1c992bc8e3d0084a3631a81ecd9;p=mirror%2Fuserdir-ldap.git 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"))]);