Displaying 2 results from an estimated 2 matches for "buhserver".
Did you mean:
  bigserver
  
2011 Jul 11
0
Xen and timekeeping
Hi everyone,
I have the problem with Xen domU's and timekeeping in dom0.
Time in dom0 was incorrect by 5 hours due to wrong timezone assumed. Fixed it 
by ntpdate ntp.nist.gov. The time on a dom0 was changed. I didn't append 
xen.independent_wallclock=1 to sysctl.conf thus the time in all domU's was 
also changed. But THEY DIDN'T "KNOW" THAT!
The 'date' output
2005 Jan 13
0
Samba 3.0.9 PDC and ldap sync
...-m 
"%u" "%g"
         delete user from group script = 
/usr/local/sbin/smbldap-groupmod -x "%u" "%g"
         set primary group script = /usr/local/sbin/smbldap-usermod -g 
"%g" "%u"
         workgroup = MYDOMAIN
         netbios name = BUHSERVER
         netbios aliases = YOUARE CLEVER
         comment = Linux Samba PDC
         security = user
         encrypt passwords = Yes
         domain master = yes
         domain logons = yes
         preferred master = yes
         os level = 65
         wins support = yes
         log level = 2 a...