need to import socket, too
authorrmurray <>
Wed, 5 Dec 2001 06:24:58 +0000 (06:24 +0000)
committerrmurray <>
Wed, 5 Dec 2001 06:24:58 +0000 (06:24 +0000)
ud-generate

index 936dbd9..e6f67f3 100755 (executable)
@@ -2,7 +2,7 @@
 # -*- mode: python -*-
 # Generates passwd, shadow and group files from the ldap directory.
 
-import string, re, time, ldap, getopt, sys, os, pwd, posix;
+import string, re, time, ldap, getopt, sys, os, pwd, posix, socket;
 from userdir_ldap import *;
 
 PasswdAttrs = None;