From: joey <> Date: Thu, 9 Dec 2004 17:54:53 +0000 (+0000) Subject: Always perform the list output anonymously X-Git-Tag: debian_userdir-ldap_0-3-8~20 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=0615d76c2c3cc5c334ca528248551e8771d52b46 Always perform the list output anonymously --- diff --git a/ud-host b/ud-host index 7255960..8c04ba2 100755 --- a/ud-host +++ b/ud-host @@ -206,6 +206,7 @@ for (switch, val) in options: elif (switch == '-n'): BindUser = ""; elif (switch == '-l'): + BindUser = ""; ListMode = 1 if (BindUser != ""):