Difference between revisions of "Armitage/notes"

From Technologia Incognita
Jump to: navigation, search
(Created page with "== LDAP Installation == Following along with the https://spacefed.net/wiki/index.php/Howto/Spacenet/Setup_LDAP SpaceFed instructions. Worked well until step 4 (Add a samb...")
 
Line 5: Line 5:
 
  sudo ldapadd -x -D cn=admin,dc=techinc,dc=nl -W -h localhost < id-pools.ldif
 
  sudo ldapadd -x -D cn=admin,dc=techinc,dc=nl -W -h localhost < id-pools.ldif
  
 +
Added structural objects: ou=people,dc=techinc,dc=nl and ou=groups,dc=techinc,dc=nl
 +
 +
Added groups:
 +
* cn=everybody,ou=groups,dc=techinc,dc=nl - all people/meatsacks (not machines, systems or automations) in the system.
 +
* cn=members,ou=groups,dc=techinc,dc=nl - all members should be in this group
  
 
== Secondary products ==
 
== Secondary products ==

Revision as of 23:07, 8 July 2013

LDAP Installation

Following along with the [SpaceFed] instructions.

Worked well until step 4 (Add a samba domain Unix ID pool). Here the command to add the objects had to be:

sudo ldapadd -x -D cn=admin,dc=techinc,dc=nl -W -h localhost < id-pools.ldif

Added structural objects: ou=people,dc=techinc,dc=nl and ou=groups,dc=techinc,dc=nl

Added groups:

  • cn=everybody,ou=groups,dc=techinc,dc=nl - all people/meatsacks (not machines, systems or automations) in the system.
  • cn=members,ou=groups,dc=techinc,dc=nl - all members should be in this group

Secondary products

CA

Created a CA authority for signing the LDAP SSL certificates. No idea of Techinc already has something like this. Might need to regenerate the files if it turns out a CA already exists and is being used.

If not, we now have a CA to sign our stuff with.