|
Home > Archive > Unix administration > July 2004 > Converting from NIS to LDAP under Solaris9
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Converting from NIS to LDAP under Solaris9
|
|
| rascal1981 2004-07-09, 11:56 am |
| Well here is my question:
Currently I am working in a test environment which includes a
Windows 2000 DC running dhcp, dns, wins, etc... and a unix server
running Solaris 9, latest patches and is configured correctly
(verified) for NIS support. I have loaded the latest SUN One
Directory server on the machine, configured it using the idsconfig
command. However that being said that once I finish that command I go
to run inityp2l, complete the configuration and get to the end of the
command where I commit the changes and I get the following error:
Do you want to create the mapping file (y/n) ? y
There are no domains to serve. No mapping file generated.
Has anyone done this and if so what have you found to be the issue?
Thanks!
| |
| Michael Vilain 2004-07-09, 11:56 am |
| In article <b6c230df.0407081055.51918a4e@posting.google.com>,
aglemc@frc.com (rascal1981) wrote:
> Well here is my question:
>
> Currently I am working in a test environment which includes a
> Windows 2000 DC running dhcp, dns, wins, etc... and a unix server
> running Solaris 9, latest patches and is configured correctly
> (verified) for NIS support. I have loaded the latest SUN One
> Directory server on the machine, configured it using the idsconfig
> command. However that being said that once I finish that command I go
> to run inityp2l, complete the configuration and get to the end of the
> command where I commit the changes and I get the following error:
>
> Do you want to create the mapping file (y/n) ? y
>
> There are no domains to serve. No mapping file generated.
>
> Has anyone done this and if so what have you found to be the issue?
> Thanks!
This is just a SWAG, but what's the contents of /etc/defaultdomain and
the output of
domainname
If they're blank, do the following as root:
domainname <NIS domain>
echo "<NIS domain>"> /etc/defaultdomain
Then try the inityp2l again.
--
DeeDee, don't press that button! DeeDee! NO! Dee...
|
|
|
|
|