summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1997-10-23 14:36:10 +0000
committerLuke Leighton <lkcl@samba.org>1997-10-23 14:36:10 +0000
commitc100b39be9bd28498d6fda55eb2ed90af85cd3f6 (patch)
tree613149993f3aefcbefc55a14fafea164208152de
parent473f21071fad603865358821b83df6b58c9a06a5 (diff)
downloadsamba-c100b39be9bd28498d6fda55eb2ed90af85cd3f6.tar.gz
samba-c100b39be9bd28498d6fda55eb2ed90af85cd3f6.tar.xz
samba-c100b39be9bd28498d6fda55eb2ed90af85cd3f6.zip
missed one of the files (lsarpc) in the touch and chmod instructions.
-rw-r--r--docs/textdocs/NTDOMAIN.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/textdocs/NTDOMAIN.txt b/docs/textdocs/NTDOMAIN.txt
index 4f6b816aadc..e86ea1d39f2 100644
--- a/docs/textdocs/NTDOMAIN.txt
+++ b/docs/textdocs/NTDOMAIN.txt
@@ -32,8 +32,10 @@ Domain Logons using 1.9.18alpha1
touch /tmp/netlogon
touch /tmp/srvsvc
+ touch /tmp/lsarpc
chmod 666 /tmp/netlogon
chmod 666 /tmp/srvsvc
+ chmod 666 /tmp/lsarpc
3) set up samba with encrypted passwords: see ENCRYPTION.txt (probably out
of date: you no longer need the DES libraries, but other than that,