With a smb.conf like the following where does samba store the UID to GID mappings? Is there a way to view this? Also can't I use a method that converts SIDs to UIDs and GIDs on a consistent basis?

Thanks

Mark

#======================= Global Settings =====================================
[global]

  workgroup = XXX
  server string = Samba Server
  security = ads
  encrypt passwords = yes
  realm = XXX.XXX.EDU
  winbind separator = +
  idmap uid = 10000-20000
  idmap gid = 10000-20000
  template shell = /bin/bash
  homedir = /export/home/%U
  log level = 5
  socket options = TCP_NODELAY


#============================ Share Definitions ==============================
#[homes]
#   comment = Home Directories
#   browseable = no
#   writable = yes

# A publicly accessible directory, but read only, except for people in
# the "staff" group
[public]
  comment = Public Stuff
  path = /home/samba
  public = yes
  writable = yes
  printable = no
  write list = @XXX+samba



--
Mark Campbell
Systems Analyst
Digital Library Technologies
The Pennsylvania State University
[EMAIL PROTECTED], 814-865-4774

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to