svn commit: samba-docs r444 - in trunk/Samba-HOWTO-Collection: .

jht at samba.org jht at samba.org
Fri Mar 25 06:31:24 GMT 2005


Author: jht
Date: 2005-03-25 06:31:24 +0000 (Fri, 25 Mar 2005)
New Revision: 444

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=444

Log:
Updating smbldap tools references to 0.8.7.
Modified:
   trunk/Samba-HOWTO-Collection/InterdomainTrusts.xml


Changeset:
Modified: trunk/Samba-HOWTO-Collection/InterdomainTrusts.xml
===================================================================
--- trunk/Samba-HOWTO-Collection/InterdomainTrusts.xml	2005-03-24 08:12:14 UTC (rev 443)
+++ trunk/Samba-HOWTO-Collection/InterdomainTrusts.xml	2005-03-25 06:31:24 UTC (rev 444)
@@ -450,7 +450,7 @@
 <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 @@
 <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>



More information about the samba-cvs mailing list