LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Enterprise (https://www.linuxquestions.org/questions/linux-enterprise-47/)
-   -   I am confusing (https://www.linuxquestions.org/questions/linux-enterprise-47/i-am-confusing-682911/)

ram_rajavarapu 11-12-2008 10:02 AM

I am confusing
 
Hai LQ friends
I am practicing openldap-2.3 in RHEL5 box. I am confusing with this words "schema" "modules". What is schema and what is modules?

TB0ne 11-12-2008 12:25 PM

Quote:

Originally Posted by ram_rajavarapu (Post 3339572)
Hai LQ friends
I am practicing openldap-2.3 in RHEL5 box. I am confusing with this words "schema" "modules". What is schema and what is modules?

Have you looked at the documentation regarding LDAP in general? Google for "ldap tutorial"

http://coewww.rutgers.edu/www1/linux.../lecture8.html

The schema is how things are laid out in LDAP (context, organizational unit, etc.). Modules are what plug-ins you have, such as PAM modules, NIS modules, etc.

latinmusic74 11-12-2008 06:47 PM

LDAP
 
To deploy LDAP in a server, do I need to install PAM and NIS first? or LPDA works without them.

thanks

billymayday 11-12-2008 06:54 PM

Quote:

Originally Posted by ram_rajavarapu (Post 3339572)
Hai LQ friends
I am practicing openldap-2.3 in RHEL5 box. I am confusing with this words "schema" "modules". What is schema and what is modules?

A very short answer (in rough terms):

A module is a program called to do something - it may be a password program, database backend, or similar.

A schema is like a database field definition (but more than that).

Have a look at slapd.conf for an idea of some of the module options that are common, and in /etc/openldap/schema for some of the schema files and what they contain.


All times are GMT -5. The time now is 07:48 PM.