diff options
author | John Terpstra <jht@samba.org> | 2005-03-25 06:31:24 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:23 -0500 |
commit | edc0cf1fb8990ff897312aae55b6dbc3a114683d (patch) | |
tree | 43639ebee007053d4c2e898f390c3a8cce4cc742 /docs/Samba-HOWTO-Collection | |
parent | 8c882300a2ba137e93472daa2a9f4cfb52b034ad (diff) | |
download | samba-edc0cf1fb8990ff897312aae55b6dbc3a114683d.tar.gz samba-edc0cf1fb8990ff897312aae55b6dbc3a114683d.tar.bz2 samba-edc0cf1fb8990ff897312aae55b6dbc3a114683d.zip |
Updating smbldap tools references to 0.8.7.
(This used to be commit 1cd77393e9934a78948906b4db9da06b0def3293)
Diffstat (limited to 'docs/Samba-HOWTO-Collection')
-rw-r--r-- | docs/Samba-HOWTO-Collection/InterdomainTrusts.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Samba-HOWTO-Collection/InterdomainTrusts.xml b/docs/Samba-HOWTO-Collection/InterdomainTrusts.xml index cfa808066e..18f0d28454 100644 --- a/docs/Samba-HOWTO-Collection/InterdomainTrusts.xml +++ b/docs/Samba-HOWTO-Collection/InterdomainTrusts.xml @@ -450,7 +450,7 @@ when you un-join the machine, it is done, otherwise it is not done. <title>Problems With LDAP ldapsam And The smbldap-tools</title> <para> -If you use the <command>smbldap-useradd.pl</command> script to create a trust +If you use the <command>smbldap-useradd</command> script to create a trust account to set up Interdomain trusts the process of setting up the trust will fail. The account that was created in the LDAP database will have an account flags field that has <constant>[W ]</constant>, when it must have @@ -460,11 +460,11 @@ flags field that has <constant>[W ]</constant>, when it must have <para><emphasis>Answer: </emphasis>Here is a simple solution. Create a machine account as follows: <screen> -&rootprompt; smbldap-useradd.pl -w domain_name +&rootprompt; smbldap-useradd -w domain_name </screen> Then set the desired trust account password as shown here: <screen> -&rootprompt; smbldap-passwd.pl domain_name\$ +&rootprompt; smbldap-passwd domain_name\$ </screen> Using a text editor, create the following file: <screen> |