Changeset 6ce55a1f2a04bb443d7b5c06ef6964c916dd28ad
- Timestamp:
- 03/26/10 10:27:17 (3 years ago)
- Author:
- denever <denever@…>
- Children:
- 1a90a534728ebe762c50f761096c4386ec209376
- Parents:
- 7ede3f754e926bc859fa0f50634313962e0f87c0
- git-author:
- denever <denever@…> (03/26/10 10:23:07)
- git-committer:
- denever <denever@…> (03/26/10 10:27:17)
- Message:
-
Preseeding ldap related configurations in fuss-server.preseed
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r7ede3f75
|
r6ce55a1
|
|
| 164 | 164 | xserver-xorg xserver-xorg/config/inputdevice/keyboard/layout string it |
| 165 | 165 | |
| | 166 | # Preseeding sladp, libnss-ldap libpam-ldap |
| | 167 | slapd shared/organization string fi.trl |
| | 168 | slapd slapd/domain string fi.trl |
| | 169 | libnss-ldap shared/ldapns/base-dn string dc=example,dc=net |
| | 170 | libnss-ldap shared/ldapns/ldap-server string ldap://127.0.0.1/ |
| | 171 | libnss-ldap libnss-ldap/rootbinddn string cn=manager,dc=example,dc=net |
| | 172 | libnss-ldap shared/ldapns/ldap_version string 3 |
| | 173 | libnss-ldap libnss-ldap/nsswitch string "" |
| | 174 | libpam-ldap shared/ldapns/base-dn string dc=example,dc=net |
| | 175 | libpam-ldap shared/ldapns/ldap-server string ldap://127.0.0.1/ |
| | 176 | libpam-ldap libpam-ldap/rootbinddn string cn=manager,dc=example,dc=net |
| | 177 | libpam-ldap libpam-ldap/dbrootlogin boolean false |
| | 178 | libpam-ldap shared/ldapns/ldap_version string 3 |
| | 179 | libpam-ldap libpam-ldap/dblogin boolean false |
| | 180 | |
| 166 | 181 | # Avoid that last message about the install being complete. |
| 167 | 182 | d-i finish-install/reboot_in_progress note |