Author: jht Date: 2005-06-22 07:17:42 +0000 (Wed, 22 Jun 2005) New Revision: 677
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=677 Log: Another update. Modified: trunk/Samba3-HOWTO/TOSHARG-IDMAP.xml trunk/Samba3-HOWTO/TOSHARG-RightsAndPriviliges.xml trunk/Samba3-HOWTO/TOSHARG-TheNetCommand.xml Changeset: Modified: trunk/Samba3-HOWTO/TOSHARG-IDMAP.xml =================================================================== --- trunk/Samba3-HOWTO/TOSHARG-IDMAP.xml 2005-06-22 07:01:29 UTC (rev 676) +++ trunk/Samba3-HOWTO/TOSHARG-IDMAP.xml 2005-06-22 07:17:42 UTC (rev 677) @@ -16,7 +16,7 @@ <indexterm><primary>UID</primary></indexterm> <indexterm><primary>GID</primary></indexterm> The Microsoft Windows operating system has a number of features that impose specific challenges -to interoperability with the operating system on which Samba is implemented. This chapter deals +to interoperability with the operating systems on which Samba is implemented. This chapter deals explicitly with the mechanisms Samba-3 (version 3.0.8 and later) uses to overcome one of the key challenges in the integration of Samba servers into an MS Windows networking environment. This chapter deals with identity mapping (IDMAP) of Windows security identifiers (SIDs) Modified: trunk/Samba3-HOWTO/TOSHARG-RightsAndPriviliges.xml =================================================================== --- trunk/Samba3-HOWTO/TOSHARG-RightsAndPriviliges.xml 2005-06-22 07:01:29 UTC (rev 676) +++ trunk/Samba3-HOWTO/TOSHARG-RightsAndPriviliges.xml 2005-06-22 07:17:42 UTC (rev 677) @@ -75,8 +75,8 @@ <colspec align="left"/> <thead> <row> - <entry align="center">Privilege</entry> - <entry align="center">Description</entry> + <entry align="left">Privilege</entry> + <entry align="left">Description</entry> </row> </thead> <tbody> Modified: trunk/Samba3-HOWTO/TOSHARG-TheNetCommand.xml =================================================================== --- trunk/Samba3-HOWTO/TOSHARG-TheNetCommand.xml 2005-06-22 07:01:29 UTC (rev 676) +++ trunk/Samba3-HOWTO/TOSHARG-TheNetCommand.xml 2005-06-22 07:17:42 UTC (rev 677) @@ -607,7 +607,8 @@ <screen> #!/bin/bash -/usr/bin/net rpc group addmem "Power Users" "DOMAIN_NAME\$1" -UAdministrator%secret -S $2 +/usr/bin/net rpc group addmem "Power Users" "DOMAIN_NAME\$1" \ + -UAdministrator%secret -S $2 exit 0 </screen>
