| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
I can't locate your original post and don't know that I'm remembering the
symptoms correctly. Here's what I think you saw:
a) long pauses at logon/logoff
b) second prompts for U: disk
c) U: disk is read-only even after authentication
You said you suppressed roaming profiles, but how? On each and every client?
The only way to do it on the server is to add:
logon path =
which nulls out the compiled-in default of \\%N\%U\profile. That would
translate to \\osx-login2\%UserName%\profile and hit each user's default
share in [homes] below causing i/o on the PDC in addition to whatever
your login.bat did.
client ntlmv2 auth = noThis is what makes it a DC (domain controller) via the [netlogon] share
domain logons = yes
auth methods = opendirectory guestMine is "auth methods = guest opendirectory" which is interesting because as
"man smb.conf" points out that these are searched *in order*
The "guest" method is for anonymous connections (user=unknown on Xserve)
and I suspect having it second means more work for OD's directory server
which I think is one of your symptoms. Do you remember changing this?
printer admin = @admin, @staff, unknownI don't have "unknown"...I think this means that anyone
can administer printers...not related to your current problem
but it is currious
[..] feel free to delete any of the ones your not using but you *must* keep [netlogon].
[homes] is a standard, but optional Samba share. The rest are Xserve
additions which you don't seem to be using.
On my domain member Linux machines, I also set:
password server = *
which tells Samba to ask for the name of the domain controller.
The "man smb.conf" file says the default value for this is null
which might also be why your member Xserves can't authenticate
users when those users ask for their home shares.
auth methods = guest ntdomain opendirectoryNote that "opendirectory" is also there. Normally Samba would have a local
auth method after "ntdomain" to allow local accounts just as in Windows.
Assuming that your Xserves are using the OD master on the PDC, this might
be a bit strange in that they might search the database again but only
in a local context.
I can't prove this, but I can imagine that you might see in the logs
(with level HIGH) as many as 3 traversals of the OD database during
[...]
We may need to do more spelunking use the "net", "nmblookup", and "smbclient"
commands on the Xserve, and the "net" "netdom" and "nltest" commands on XP.
Bottom line...make changes one-at-a-time and measure results. My initial
experiments would be:
a) change "auth methods" order on PDC to put "guest" first
b) add "logon path = " on PDC to make sure roaming profiles are disabled
c) add "password server = * " on domain member
_______________________________________________ Do not post admin requests to the list. They will be ignored. Macos-x-server mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/macos-x-server/email@hidden This email sent to email@hidden
| References: | |
| >Re: Windows Home Directories and PDC/member servers (From: Chris <email@hidden>) | |
| >Re: Windows Home Directories and PDC/member servers (From: email@hidden) | |
| >Re: Windows Home Directories and PDC/member servers (From: John Gerth <email@hidden>) | |
| >Re: Windows Home Directories and PDC/member servers (From: email@hidden) | |
| >Re: Windows Home Directories and PDC/member servers (From: John Gerth <email@hidden>) | |
| >Re: Windows Home Directories and PDC/member servers (From: email@hidden) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.