On Thu, 2007-10-11 at 13:40 -0700, JJB wrote:
Michael Ferrara wrote:
Not sure if YaST does this for you but you need DNS records for your windoze boxes to find the PDC. For my domain called 'rci' I serve out:
_ldap._tcp.dc._msdcs.rci. 20 IN SRV 0 100 389 ldap-1.redcondor.com. _ldap._tcp.dc._msdcs.rci. 20 IN SRV 0 100 389 ldap-2.redcondor.com.
ldap-1 is my PDC and ldap-2 is my BDC
Let's say your windoze domain name is different than your DNS domain name. You need a new zone setup in your DNS name server. The windoze boxes will bark out SRV lookups for: _ldap._tcp.dc_msdcs.DOMAIN. you need to answer with your PDC I use weights of 0 and 100, and port 389 ... as seen above.
Adam
Quoting JJB <onephatcat@earthlink.net>:
On the surface, it looks fairly straightforward to configure a samba PDC with OpenLDAP using Yast. Has anyone done this, and do you still need to go in and edit the config files afterwards? I experimented with this yesterday, but was unable to get my PC to join the domain I set up.
Thanks,
Joel -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
Hi Michael,
In what section of the DNS file do those entries go (sanitized "xyz".com.db file follows):
; BIND db file for xyz.com ; $Id:$
$TTL 3600
@ IN SOA xy-samba.xyz.com. root.xyz.com. ( 2007101002 ; serial number YYYYMMDDNN 900 ; refresh 600 ; retry 86400 ; expire 3600 ) ; Min TTL
; authoratative nameservers @ NS xy-1.xyz.com. @ NS xy-2.xyz.com. @ NS xy-3.xyz.com.
; internet nameservers @ NS dns1.xyz.net @ NS dns2.xyz.net @ NS dns4.xyz.net @ NS dns5.xyz.net
; MX record MX 10 mail.xyz.com.
$ORIGIN xyz.com.
localhost IN A 127.0.0.1
; LAN Addresses
xy-fmp IN A xxx.xx.xxx.xxx ; macintosh1
; ; Device Address Space .149 down to .130 ;
linkey IN A xxx.xxx.xxx.xxx ; Linksys srw2048 hallway switch
; ; aliases ; xy-itmac CNAME xy-fmp.xyz.com.
shipping CNAME xy-shipping.xyz.com.
; ; Gateway addresses ; xy-wan IN A xxx.xxx.xxx.xxx ; Netopia outside address
; ; External Addresses ;
dns1 IN A xxx.xxx.xxx.xxx ; dns 1
; aliases for www.xyz.com (from inside) @ IN A xxx.xxx.xxx.xxx
lists CNAME mail.xyz.com.
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org