*sigh* These are the changes to the way radiusd.conf is created. I'm not
[freeradius.git] / src / modules / rlm_ldap / selfconfig.m4
1 dnl  There's no runtime magic here.  This is included at compile time to make
2 dnl  a default etc/raddb/radiusd.conf for installation.
3 dnl
4 INSERT_GLOBAL_CONFIG(5)dnl
5 dnl nothing
6 INSERT_MODULE_INSTANTIATION(5)dnl
7         #
8         # Uncomment this if you want to use ldap (Auth-Type = LDAP)
9         # Also uncomment it in the authenticate{} block below
10         #ldap {
11         #       server = localhost
12         #       login = "cn=admin,o=My Org,c=US"
13         #       password = mypass
14         #       basedn = "o=My Org,c=US"
15         #       filter = "(uid=%u)"
16         #}
17 INSERT_DEF_AUTHENTICATION(5)dnl
18         #ldap
19 INSERT_DEF_AUTHORIZATION(5)dnl
20 dnl nothing
21 INSERT_DEF_PREACCOUNTING(5)dnl
22 dnl nothing
23 INSERT_DEF_ACCOUNTING(5)dnl
24 dnl nothing
25 INSERT_DEF_SESSION(5)dnl
26 dnl nothing