From edc0cf1fb8990ff897312aae55b6dbc3a114683d Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Fri, 25 Mar 2005 06:31:24 +0000 Subject: Updating smbldap tools references to 0.8.7. (This used to be commit 1cd77393e9934a78948906b4db9da06b0def3293) --- docs/Samba-HOWTO-Collection/InterdomainTrusts.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') 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. Problems With LDAP ldapsam And The smbldap-tools -If you use the smbldap-useradd.pl script to create a trust +If you use the smbldap-useradd 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 [W ], when it must have @@ -460,11 +460,11 @@ flags field that has [W ], when it must have Answer: Here is a simple solution. Create a machine account as follows: -&rootprompt; smbldap-useradd.pl -w domain_name +&rootprompt; smbldap-useradd -w domain_name Then set the desired trust account password as shown here: -&rootprompt; smbldap-passwd.pl domain_name\$ +&rootprompt; smbldap-passwd domain_name\$ Using a text editor, create the following file: -- cgit