diff options
| author | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-07-09 18:37:38 -0400 |
|---|---|---|
| committer | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-07-09 18:37:38 -0400 |
| commit | edb327bd148dbbafe6bb75a818f86d3199b13cf4 (patch) | |
| tree | eb9513a217f4d8dd96954ede4fd13f1830c7ad7b | |
| parent | dcdbaa9c66c733a574ebff3769757450a45fe1fd (diff) | |
- define an attribute for server names in entries which make up the ypservers map
| -rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index fccf87c..e2b6a4f 100644 --- a/configure.ac +++ b/configure.ac @@ -185,6 +185,9 @@ AC_DEFINE_UNQUOTED(NIS_PLUGIN_CONFIGURATION_TCPWRAPNAME_ATTR,"$tcpwrapname_attr" port_attr=nsslapd-pluginarg0 AC_DEFINE_UNQUOTED(NIS_PLUGIN_CONFIGURATION_PORT_ATTR,"$port_attr", [Define to the name of the plugin configuration attribute which holds the port which the server should use by default. If none is specified, the server will attempt to use any available port.]) +ypserver_attr=nis-server +AC_DEFINE_UNQUOTED(NIS_PLUGIN_CONFIGURATION_SERVER_ATTR,"$ypserver_attr", + [Define to the name of the entry attribute which holds the name of a yp server which should replicate the contents of this server.]) AC_SUBST(domainattr) AC_SUBST(mapattr) AC_SUBST(nisbaseattr) |
