Thank you for your reply, I tried to do: ldbsearch-H / usr / local / samba / private / sam.ldb
but I see no user name! And for the package I install, it's probably a version for ubuntu, because on OpenSUSE, it does not exist! Thank you -----Message d'origine----- De : Michael Wood [mailto:[email protected]] Envoyé : mercredi, 26. mai 2010 14:46 À : Viatte Frédéric Cc : [email protected] Objet : Re: [Samba] User in Samba 4 2010/5/26 Viatte Frédéric <[email protected]>: > Hello > > Do you know where its users stored on the server Samba 4 ? > > Are they in a database? Yes, they are in /usr/local/samba/private/sam.ldb. e.g. try: ldbsearch -H /usr/local/samba/private/sam.ldb '(objectClass=user)' You can also access the information via LDAP over the network. e.g.: $ sudo apt-get install ldap-utils libsasl2-modules-gssapi-heimdal $ kinit administrator $ ldapsearch -h localhost -Y GSSAPI '(objectClass=user)' cn -- Michael Wood <[email protected]> -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
