Ask a Question related to Linux / Unix Administration, Design and Development.
-
Kevin Collins #1
integrating custom NIS maps into LDAP
Hi,
does anyone have any experience with migrating NIS to LDAP where custom NIS
maps are in use? I am working on a project to migrate to LDAP from NIS and we
currently have 3 custom NIS maps I have implemented and we rely on heavily for
automation.
Do I need to define my own schema for this, or is there some simpler method
available?
Thanks for any advice, examples, web-sites, etc that you can provide.
Kevin
Kevin Collins Guest
-
Integrating CF with SpringFrameWork
Greetings. I'm here to learn to run before I learn to walk. lol. Here's the problem. A colleague and myself are trying to integrate CF and... -
Maps, anybody?
Hi, I need to create some maps for a client in the travel industry showing travel itineraries superimposed on political or physical maps. Can... -
Interactive Maps
Good Afternoon, Can anyone point me to some good examples of interactive maps built in Flash - maps that are zoomable, draggable etc.. Appologies... -
Integrating MX and 8.5?
Hi, At home I have MX,at uni 8.5. WIll I be able to work with the same project on both? Sorry if this has been asked before, I had a look but... -
maps
Hi, does anyone know where I can find a map of the united states that is editable in fireworks. (in that I want to click on a state in fireworks and... -
Jonathan Abbey #2
Re: integrating custom NIS maps into LDAP
In article <slrncdm5cc.nq4.spamtotrash@doom.unix-guy.com>,
Kevin Collins <spamtotrash@toomuchfiction.com> wrote:
| Hi,
|
| does anyone have any experience with migrating NIS to LDAP where custom NIS
| maps are in use? I am working on a project to migrate to LDAP from NIS and we
| currently have 3 custom NIS maps I have implemented and we rely on heavily for
| automation.
|
| Do I need to define my own schema for this, or is there some simpler method
| available?
RFC 2307 is the definitive reference on supporting NIS-style data on
LDAP. If you consult that RFC, you'll see that there is support for
an 'nisMap' object class, which can be used to represent any arbitrary
key/value mapping.
The trick isn't getting that data into LDAP, the trick is rewriting
whatever software you have that currently consults your custom NIS
maps so that it uses your unique nisMap entries in your LDAP.
Can you speak a bit about what it is that you are wanting to do?
| Thanks for any advice, examples, web-sites, etc that you can provide.
|
| Kevin
--
-------------------------------------------------------------------------------
Jonathan Abbey [email]jonabbey@arlut.utexas.edu[/email]
Applied Research Laboratories The University of Texas at Austin
GPG Key: 71767586 at keyserver pgp.mit.edu, [url]http://www.ganymeta.org/workkey.gpg[/url]
Jonathan Abbey Guest
-
Kevin Collins #3
Re: integrating custom NIS maps into LDAP
In article <cbg80b$2vm$1@ns3.arlut.utexas.edu>, Jonathan Abbey wrote:
Ok - I'll take a deeper look at the RFC...> In article <slrncdm5cc.nq4.spamtotrash@doom.unix-guy.com>,
> Kevin Collins <spamtotrash@toomuchfiction.com> wrote:
>| Hi,
>|
>| does anyone have any experience with migrating NIS to LDAP where custom NIS
>| maps are in use? I am working on a project to migrate to LDAP from NIS and we
>| currently have 3 custom NIS maps I have implemented and we rely on heavily for
>| automation.
>|
>| Do I need to define my own schema for this, or is there some simpler method
>| available?
>
> RFC 2307 is the definitive reference on supporting NIS-style data on
> LDAP. If you consult that RFC, you'll see that there is support for
> an 'nisMap' object class, which can be used to represent any arbitrary
> key/value mapping.
This is not a problem, it is all ksh and/or Perl parsing the output, so> The trick isn't getting that data into LDAP, the trick is rewriting
> whatever software you have that currently consults your custom NIS
> maps so that it uses your unique nisMap entries in your LDAP.
changing will be pretty strat forward.
We are a large, highly automated SAP shop and (as one example) use a custom map> Can you speak a bit about what it is that you are wanting to do?
to track information relative to a specific SID: system number, SAP usage (R/3,
BW, etc), type (prod/stage/devl), default client, Oracle home dir, etc.
Currently this is a colon-delimited list, so I can probably just use the nisMap
you've already mentioned, but I was thinking it might be nice to have "named"
elements (such as "sysNumber", "sapUsage", "supType", "defaultClient", etc),
which would simplify the work our scripts are doing in parsing the list.
Kevin
Kevin Collins Guest



Reply With Quote

