Difference between revisions of "Samba"

From Vague Hope Wiki
Jump to: navigation, search
Line 4: Line 4:
 
List users with passwds:
 
List users with passwds:
 
  sudo pdbedit -L -w
 
  sudo pdbedit -L -w
 +
 +
== File name code page ==
 +
 +
dos charset = ASCII
 +
unix charset = UTF8
 +
display charset = UTF8
 +
mangled names = no
  
 
== References ==
 
== References ==
  
 
* https://www.samba.org/samba/docs/man/manpages/pdbedit.8.html
 
* https://www.samba.org/samba/docs/man/manpages/pdbedit.8.html

Revision as of 10:39, 6 October 2014

List users:

sudo pdbedit -L -v

List users with passwds:

sudo pdbedit -L -w

File name code page

dos charset = ASCII
unix charset = UTF8
display charset = UTF8
mangled names = no

References