Registry: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
Zeile 4: Zeile 4:
 
==keys and values==
 
==keys and values==
 
  tdbtool /var/lib/samba/registry.tdb dumps
 
  tdbtool /var/lib/samba/registry.tdb dumps
 +
 +
=shares in the registry=
 +
==smb.conf==
 +
you must add this
 +
registry shares = yes
 +
==add the share misc==
 +
net conf addshare misc /daten/misc writeable=y guest_ok=n "misc share in registry"

Version vom 25. Juni 2014, 19:30 Uhr

first look

keys

tdbtool /var/lib/samba/registry.tdb keys

keys and values

tdbtool /var/lib/samba/registry.tdb dumps

shares in the registry

smb.conf

you must add this

registry shares = yes 

add the share misc

net conf addshare misc /daten/misc writeable=y guest_ok=n "misc share in registry"