This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
ldap_study_group [2007/12/19 19:36] 206.197.251.52 |
ldap_study_group [2008/01/08 18:49] (current) 206.197.251.51 |
||
|---|---|---|---|
| Line 17: | Line 17: | ||
| //apt-get install migrationtools | //apt-get install migrationtools | ||
| // | // | ||
| + | |||
| ====Edit ==== | ====Edit ==== | ||
| Line 23: | Line 24: | ||
| sudo vi /etc/migrationtools/migrate_common.ph | sudo vi /etc/migrationtools/migrate_common.ph | ||
| - | <pre> | + | <code> |
| # Default DNS domain | # Default DNS domain | ||
| #$DEFAULT_MAIL_DOMAIN = "padl.com"; | #$DEFAULT_MAIL_DOMAIN = "padl.com"; | ||
| Line 43: | Line 44: | ||
| $IGNORE_GID_BELOW = 100; | $IGNORE_GID_BELOW = 100; | ||
| - | </pre> | + | </code> |
| Line 198: | Line 199: | ||
| /etc/init.s/splapd restart | /etc/init.s/splapd restart | ||
| </code> | </code> | ||
| + | |||
| + | |||
| Line 230: | Line 233: | ||
| ssh -Nf -L8080:localhost:80 bud.sluug.org -l //username// | ssh -Nf -L8080:localhost:80 bud.sluug.org -l //username// | ||
| </code> | </code> | ||
| + | |||
| + | Now to connect surf to the phpadmin page: | ||
| + | <code>http://127.0.0.1:8080/phpldapadmin/</code> | ||
| ====== Initial Server ====== | ====== Initial Server ====== | ||
| Line 247: | Line 253: | ||
| $ldapservers->SetValue($i,'server','host','127.0.0.1'); | $ldapservers->SetValue($i,'server','host','127.0.0.1'); | ||
| </code> | </code> | ||
| + | |||
| + | ====== xml file ====== | ||
| + | Created an xml file that allows common and known data to be pre filled. This fills in things such as home directory, uid, virtual mail ids for postfix. | ||
| + | |||
| + | The sluugAccount.xml file is located in /etc/phpadmin/templates/ | ||
| + | |||
| + | The file was created from an existinf template. | ||
| + | |||
| + | |||