Fixes
authorjgg <>
Mon, 29 Nov 1999 03:12:25 +0000 (03:12 +0000)
committerjgg <>
Mon, 29 Nov 1999 03:12:25 +0000 (03:12 +0000)
ud-generate
ud-info

index e70efb0..e27b6fa 100755 (executable)
@@ -202,6 +202,8 @@ def GenGroup(l,File):
    # Output the group file.
    Counter = 0; 
    for x in GroupMap.keys():
+      if GroupIDMap.has_key(x) == 0:
+         continue;
       Line = "%s:x:%u:" % (x,GroupIDMap[x]);
       Comma = '';
       for I in GroupMap[x]:
diff --git a/ud-info b/ud-info
index 4b0c103..ce06934 100755 (executable)
--- a/ud-info
+++ b/ud-info
@@ -16,8 +16,6 @@
 #          database
 #    -r    Enable 'root' functions, do this if your uid has access to
 #          restricted variables.
-#
-# http://www.geocode.com/eagle.html-ssi
 
 import string, time, posix, pwd, sys, getopt, ldap, crypt, whrandom, readline, copy;
 from userdir_ldap import *;