- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Samba: How to check if Domain Menbership is intact...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2005 06:31 AM
12-14-2005 06:31 AM
Samba: How to check if Domain Menbership is intact?
1. How do I check from UNIX if my Samba service at this point is still a true domain member.
2. Will a rejoin neccessitate a refresh of the machine account and a join needed once more?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2005 06:46 AM
12-14-2005 06:46 AM
Re: Samba: How to check if Domain Menbership is intact?
You already have a computer object on the domain. That object has a matching SID to the one stored in your secrets.tdb. So you cannot re-join the domain unless you delete the existing computer object and add it back.
You can do a "net rpc testjoin" and/or "net rpc info" and those should indicate if your current config is okay. If your users cannot auth-n, then you need to delete the old object and re-join.
I doubt that simply changing "security = user" would mod your secrets.tdb, but if it did, then you need to re-join.
Eric Roseme
Hewlett-Packard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2005 07:48 AM
12-14-2005 07:48 AM
Re: Samba: How to check if Domain Menbership is intact?
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2005 08:12 AM
12-14-2005 08:12 AM
Re: Samba: How to check if Domain Menbership is intact?
1. Check the primary domain controller. Depending on which OS, the Samba machine should be listed in the machine database, at least for Windows Server 2003.
2. I don't think so, but if behavior remains strange, #2 is a viable option for fixing the problem.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2005 02:20 AM
12-15-2005 02:20 AM
Re: Samba: How to check if Domain Menbership is intact?
"membership" is nothing more then having an account on the domain and trusting it for authentication. the account has a password like any other that is changed every 30 days by the DC. the exception is that the computer is allowed to log into the domain to update it's password using the last password as well.
so: if the server has been disconnected more then 60 days, then it's very likley the DC has changed the password of the computer account, and the secrets file is out of date anyways.
talk to your NT admin, have him remove the computer account from the domain, and create a new one.