Changeset 335 for branches/samba-3.2.x/docs-xml
- Timestamp:
- Sep 24, 2009, 9:15:13 AM (16 years ago)
- Location:
- branches/samba-3.2.x/docs-xml
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/docs-xml/Samba3-HOWTO/TOSHARG-ChangeNotes.xml
r203 r335 108 108 <indexterm><primary>SID</primary></indexterm> 109 109 Assume that a group named <emphasis>developers</emphasis> exists with a UNIX GID of 782. In this 110 case this userdoes not exist in Samba's group mapping table. It would be perfectly normal for110 case this group does not exist in Samba's group mapping table. It would be perfectly normal for 111 111 this group to be appear in an ACL editor. Prior to Samba-3.0.23, the group SID might appear as 112 112 <literal>S-1-5-21-647511796-4126122067-3123570092-2565</literal>. … … 189 189 <indexterm><primary>SQL</primary></indexterm> 190 190 <indexterm><primary>XML</primary></indexterm> 191 The <smbconfoption name="passdb backend"/> parameter no long accepts multiple passdb backends in a191 The <smbconfoption name="passdb backend"/> parameter no longer accepts multiple passdb backends in a 192 192 chained configuration. Also be aware that the SQL and XML based passdb modules have been 193 193 removed in the Samba-3.0.23 release. More information regarding external support for a SQL -
branches/samba-3.2.x/docs-xml/Samba3-HOWTO/TOSHARG-upgrading-to-3.0.xml
r203 r335 89 89 90 90 <sect1> 91 <title>New Featu ers in Samba-3.x Series</title>91 <title>New Features in Samba-3.x Series</title> 92 92 <para> 93 93 </para> -
branches/samba-3.2.x/docs-xml/manpages-3/net.8.xml
r272 r335 1044 1044 1045 1045 <refsect2> 1046 <title>SAM RIGHTS LIST</title> 1047 1048 <para> 1049 List all available privileges. 1050 </para> 1051 1052 </refsect2> 1053 1054 <refsect2> 1055 <title>SAM RIGHTS GRANT <NAME> <PRIVILEGE></title> 1056 1057 <para> 1058 Grant a certain privilege to a user. 1059 </para> 1060 1061 </refsect2> 1062 1063 <refsect2> 1064 <title>SAM RIGHTS REVOKE <NAME> <PRIVILEGE></title> 1065 1066 <para> 1067 Revoke a certain privilege from a user. 1068 </para> 1069 1070 </refsect2> 1071 1072 <refsect2> 1046 1073 <title>SAM SHOW <NAME></title> 1047 1074 -
branches/samba-3.2.x/docs-xml/smbdotconf/security/checkpasswordscript.xml
r203 r335 19 19 20 20 <value type="default">Disabled</value> 21 <value type="example"> check password script =/usr/local/sbin/crackcheck</value>21 <value type="example">/usr/local/sbin/crackcheck</value> 22 22 </samba:parameter>
Note:
See TracChangeset
for help on using the changeset viewer.