Changes between Version 1 and Version 2 of MasterPasswdSyntax
- Timestamp:
- Feb 4, 2008, 10:55:46 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MasterPasswdSyntax
v1 v2 16 16 ||UID||User-ID||Required, give each user a unique number||{{{110}}} 17 17 ||GID||Group-ID||Required. If groups are not used, same value as UID||{{{110}}} 18 ||Login-Class||Not used currently|| Set to zero (0)||{{{0}}}18 ||Login-Class||Not used currently||Leave empty||{{{ }}} 19 19 ||Change pw in x sec||Not used currently||Set to zero (0)||{{{0}}} 20 20 ||Deactivate pw in x sec||Not used currently||Set to zero (0)||{{{0}}} 21 21 ||GECOS||Full username||Useful, but not completely supported||{{{Herwig Bauernfeind}}} 22 ||Home||The user's home directory|| Don't use it currently(*)||{{{/nonexistent}}}22 ||Home||The user's home directory||Enter path(*)||{{{D$/Samba/User/herwig}}} 23 23 ||Shell||The user's shell||Not used currently||{{{/usr/sbin/nologin}}} 24 24 … … 26 26 27 27 {{{# This is a comment in master.passwd}}} 28 {{{herwig:*:110:110: 0:0:0:Herwig Bauernfeind:/nonexistent:/usr/sbin/nologin}}}28 {{{herwig:*:110:110::0:0:Herwig Bauernfeind:D$/Samba/User/herwig:/usr/sbin/nologin}}} 29 29 30 (*) You cannot enter a valid OS/2 path in this field as the ":" would be misinterpreted as a field delimiter resulting in a broken master.passwd. It is possible to use the kLibc PathRewriter to workaround this limitation, but this is currently not recommended. 31 32 ''Note: Use the [homes] section of smb.conf in case home directories should be used.'' 30 ''Note: You must enter a valid OS/2 path in this field and replace the ":" following the driveletter by a "$", otherwise the ":" would be misinterpreted as a field delimiter resulting in a broken master.passwd.