--- ../apache-1.3/src/support/htpasswd.c.orig	Fri Jun 02 01:42:34 2000
+++ ../apache-1.3/src/support/htpasswd.c	Wed Jul 18 23:48:44 2001
@@ -437,6 +437,9 @@
     if ((argc - i) != args_left) {
 	return usage();
     }
+#ifdef NETWARE
+    init_name_space();
+#endif
     if (newfile && nofile) {
 	fprintf(stderr, "%s: -c and -n options conflict\n", argv[0]);
 	return ERR_SYNTAX;
