-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 How does samba get Computers out of the Computers OU with out going through nss_ldap and doing getpwent? Isn't this pretty much the only way that Samba can get Machine accounts? I'm looking for a way to hide them from the Linux server. - -- - ----------------------------------------------------------------- | I can be reached on the following messenger services: | |---------------------------------------------------------------| | MSN: j_c_llings@hotmail.com AIM: WyteLi0n ICQ: 123291844 | |---------------------------------------------------------------| | Y!: j_c_llings Jabber: jcllings@njs.netlab.cz | - ----------------------------------------------------------------- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3-nr1 (Windows XP) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFATmpZ57L0B7uXm9oRAoi1AJ9hBBPbAJ2nXtZxRy63YtOkWup1iwCfY5nD O2O9zRiPzrWodjXb9+bZnJg=2QaR -----END PGP SIGNATURE-----
You have to have the following line in your smb.conf file: ldap machine suffix = ou=Computers Norm On Tuesday 09 March 2004 08:07 pm, Jim C. wrote:> How does samba get Computers out of the Computers OU with out going > through nss_ldap and doing getpwent? Isn't this pretty much the only > way that Samba can get Machine accounts? > > I'm looking for a way to hide them from the Linux server. > > -- > > ----------------------------------------------------------------- > > | I can be reached on the following messenger services: | > |---------------------------------------------------------------| > | MSN: j_c_llings@hotmail.com AIM: WyteLi0n ICQ: 123291844 | > |---------------------------------------------------------------| > | Y!: j_c_llings Jabber: jcllings@njs.netlab.cz | > > -----------------------------------------------------------------
* "Jim C." <jcllings@javahop.com> nulis:> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > How does samba get Computers out of the Computers OU with out going > through nss_ldap and doing getpwent? Isn't this pretty much the only > way that Samba can get Machine accounts?Yes. samba rely on pam/nss ldap.> > I'm looking for a way to hide them from the Linux server. >You can't. If it is on different machine, you can restrict using ACL. --beast