Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'How to set up Active Directory' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
How to set up Active Directory
Authored by: Schwie on Dec 12, '03 05:15:14PM
I took a peek in my localhost.zone file and found the following:
$TTL    86400
$ORIGIN localhost.
@                       1D IN SOA       @ root (
                                        42              ; serial (d. adams)
                                        3H              ; refresh
                                        15M             ; retry
                                        1W              ; expiry
                                        1D )            ; minimum

                        1D IN NS        @
                        1D IN A         127.0.0.1

in my named.local file, I found:
$TTL    86400
@       IN      SOA     localhost. root.localhost.  (
                                      1997022700 ; Serial
                                      28800      ; Refresh
                                      14400      ; Retry
                                      3600000    ; Expire
                                      86400 )    ; Minimum
              IN      NS      localhost.

1       IN      PTR     localhost.

I'm not really sure what you want me to add here... Should I be adding entries for the WIN Servers here, and pointers to them? I dont' know...

Was "vtzeb" able to help you with the authentication problems? I'm sure I'll be stumbling upon that, next....

Brad

[ Reply to This | # ]