Displaying 7 results from an estimated 7 matches for "biologicaqua".
2004 Apr 02
2
Erratic behavior when Windows XP clients attempt to login to PDC
...s offline. I am not experiencing any random
network outages or DNS failures so I am bewildered as to why I am
experiencing this erratic bahavior. The following is my global config.
from my smb.conf on my bdc and pdc. Any help and advice would be greatly
appreciated:
[global]
workgroup = BIOLOGICAQUA
server string = PDC-SRV
passdb backend = 'ldapsam:ldaps://pdc-srv.biologicaqua.org
ldaps://bdc-srv.biologicaqua.org'
passwd program = /usr/local/sbin/smbldap-passwd -o %u
passwd chat = *new*password* %n\n *new*password:* %n\
*successfully*
passwd chat...
2004 Jan 29
0
Roaming Profiles Refuse to Load on MS Windows Clients
...gon path' directive. I
have also tested
smbldap-tools-0.8.3 and edited line 143 of
/etc/smbldap-tools/smbldap.conf to set
userProfile="\\pdc-srv\profiles\". I still get the same results with
both of these tests.
Here is my smb.conf that I am currently using:
[global]
workgroup = biologicaqua
server string = Samba Server
security = user
server schannel = auto
client schannel = auto
hosts allow = 10.0.0. 127.
hosts deny = all
admin users = administrator
browseable = no
hide unreadable = yes
load printers = yes
log file = /var/log/samba/log.%m
max log size = 50
ldap admin dn = "cn=Ma...
2003 Dec 16
0
Hot-failover between a Samba 3.x.x PDC and BDC with LDAP backend
I would like to know how to achieve a "hot-failover" setup between a Samba
3.x.x primary domain controller and backup domain controller with a LDAP
backend. I was under the impression that all I need to specify is something
like the following in my smb.conf:
passdb backend = ldapsam:"ldap://pdc-srv.domain.org
ldap://bdc-srv.domain.org"
I have set this passdb backend
2003 Nov 06
2
Need help setting up a Samba 3.x Backup Domain Controller with LDAP
I would like to know the options I need in my smb.conf to have for
setting up a Samba 3.x Backup Domain Controller when using LDAP. What I
am confused about is reference made in the smb.conf man page to "idmap".
From the man page and Samba how-to documentation, I understand this
"idmap" reference to only be used for member servers and backup domain
controllers that
2004 Mar 04
2
Automounting Samba shares for Linux clients?
Is there a way to configure the latest version of Samba to automount
shares when a Linux client logs into a Samba PDC? I have searched high
and low trying to find an answer to this and the only information I have
found is using pam_mount (which I have yet to get working correctly) or
NFS. When searching for an answer, I came across comments such as "NFS
is the best way to mount shares in a
2003 Dec 28
2
How to send a domain wide message with smbclient?
Is there a way to send a message to all users currently logged into a
Samba domain controller? The reason why I ask is that I have a Samba
3.x.x primary/backup domain controller setup and as soon as the system
monitor detects that the primary domain controller is offline I would
like to execute a command to send a domain wide message telling all
domain users to save their work to the local
2004 Mar 31
2
How to RSYNC from eth1 on PDC-SRV to eth1 on BDC-SRV?
I currently have my /home directory kept in sync between my primary and
backup domain controllers by using rsync --archive --checksum --update
--delete pdc-srv:/home/ bdc-srv:/home/. I noticed that when this
command is invoked, it tends to suck up the available bandwith to eth0
during the duration that the pdc is sending a large amount of data
packets to the bdc. So what I would like to do