create_domain_member
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| create_domain_member [2020/04/22 16:11] – chris | create_domain_member [2020/04/22 16:17] (current) – chris | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| - | * //nano / | + | * //nano / |
| + | |||
| + | Permitrootlogin = yes | ||
| * //service ssh restart// | * //service ssh restart// | ||
| * //apt update && apt upgrade && apt autoremove// | * //apt update && apt upgrade && apt autoremove// | ||
| Line 86: | Line 89: | ||
| # ArtIT Domain Integration of SAMBA | # ArtIT Domain Integration of SAMBA | ||
| - | | + | |
| - | [global] | + | [global] |
| - | + | | |
| workgroup = VERIFY | workgroup = VERIFY | ||
| - | realm = DOMAIN.ARTIT.NL | ||
| - | security = ads | ||
| - | idmap config * : backend = tdb | ||
| - | idmap config * : range = 3000-7999 | ||
| - | idmap config DOMAIN.ARTIT.NL : backend = rid | ||
| - | idmap config DOMAIN.ARTIT.NL : range = 10000-999999 | ||
| - | template homedir = /home/%U | ||
| - | template shell = /bin/bash | ||
| - | winbind use default domain = true | ||
| - | winbind offline logon = false | ||
| winbind rpc only = yes | winbind rpc only = yes | ||
| - | + | passwd program | |
| - | log file = /var/log/samba/log.%m | + | |
| max log size = 1000 | max log size = 1000 | ||
| + | security = ads | ||
| + | template homedir = /home/%U | ||
| + | os level = 20 | ||
| + | idmap config * : backend = tdb | ||
| syslog = 0 | syslog = 0 | ||
| + | panic action = / | ||
| + | unix password sync = yes | ||
| + | realm = DOMAIN.ARTIT.NL | ||
| usershare allow guests = Yes | usershare allow guests = Yes | ||
| - | map to guest = Bad User | ||
| obey pam restrictions = Yes | obey pam restrictions = Yes | ||
| + | idmap config domain.artit.nl : range = 10000-999999 | ||
| + | wins support = true | ||
| + | winbind offline logon = false | ||
| pam password change = Yes | pam password change = Yes | ||
| - | | + | |
| - | *password\supdated\ssuccessfully* | + | |
| - | | + | |
| - | | + | idmap config * : range = 3000-7999 |
| map to guest = bad user | map to guest = bad user | ||
| - | | + | winbind use default domain = true |
| - | # Printer Section ------------------------------------------------------------------------- | + | |
| - | + | ||
| - | [printers] | + | |
| + | |||
| + | [printers] | ||
| comment = All Printers | comment = All Printers | ||
| browseable = yes | browseable = yes | ||
| Line 125: | Line 128: | ||
| read only = yes | read only = yes | ||
| create mask = 0700 | create mask = 0700 | ||
| - | | + | |
| - | [print$] | + | [print$] |
| - | + | ||
| comment = Printer Drivers | comment = Printer Drivers | ||
| path = / | path = / | ||
| Line 133: | Line 136: | ||
| read only = yes | read only = yes | ||
| guest ok = yes | guest ok = yes | ||
| - | write list = root, administrators@DOMANIN.ARTIT.NL | + | write list = root chris @" |
| - | | + | |
| - | # NETWORK SHARES -------------------------------------------------------------------------- | + | # NETWORK SHARES -------------------------------------------------------------------------- |
| - | + | ||
| - | + | ||
| - | [c$] | + | [c$] |
| comment = Root Share | comment = Root Share | ||
| path = / | path = / | ||
| guest ok = no | guest ok = no | ||
| - | browseable = no | + | browseable = yes |
| read only = no | read only = no | ||
| + | create mask = 0775 | ||
| + | directory mask = 0775 | ||
| + | valid users = root chris @" | ||
| + | |||
| + | |||
| + | ... | ||
| + | |||
| + | # End of configuration file --- ArtIT 22 april 2020 --- | ||
| + | | ||
| * //nano / | * //nano / | ||
create_domain_member.1587564699.txt.gz · Last modified: 2020/04/22 16:11 by chris
