diff options
author | John Terpstra <jht@samba.org> | 2005-03-31 17:40:58 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:25 -0500 |
commit | 19bee8929b13b909292e9b11cf83f161c0777f63 (patch) | |
tree | bfcd71da923d3449dd2bf34ddee7c86e17be7682 /docs/Samba-HOWTO-Collection/IDMAP.xml | |
parent | 82db54b40629d2d394d6c941dc08da35d52991f5 (diff) | |
download | samba-19bee8929b13b909292e9b11cf83f161c0777f63.tar.gz samba-19bee8929b13b909292e9b11cf83f161c0777f63.tar.bz2 samba-19bee8929b13b909292e9b11cf83f161c0777f63.zip |
Fix missing LDAP server password problem.
(This used to be commit 3b9c5d02c982c55583a6b95e9b7e42810a85d915)
Diffstat (limited to 'docs/Samba-HOWTO-Collection/IDMAP.xml')
-rw-r--r-- | docs/Samba-HOWTO-Collection/IDMAP.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/Samba-HOWTO-Collection/IDMAP.xml b/docs/Samba-HOWTO-Collection/IDMAP.xml index 33d8b899a1..0ea50280a7 100644 --- a/docs/Samba-HOWTO-Collection/IDMAP.xml +++ b/docs/Samba-HOWTO-Collection/IDMAP.xml @@ -868,6 +868,13 @@ Joined 'GOODELF' to realm 'SNOWSHOW.COM' </para></step> <step><para> + Store the LDAP server access password in the Samba <filename>secrets.tdb</filename> file as follows: +<screen> +&rootprompt; smbpasswd -w not24get +</screen> + </para></step> + + <step><para> Start the <command>nmbd, winbind,</command> and <command>smbd</command> daemons in the order shown. </para></step> </procedure> |