1 /* config.c - DNS SRV backend configuration file routine */
4 * Copyright 2000-2003 The OpenLDAP Foundation, All Rights Reserved.
5 * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
12 #include <ac/string.h>
13 #include <ac/socket.h>
19 dnssrv_back_db_config(
26 struct ldapinfo *li = (struct ldapinfo *) be->be_private;
29 fprintf( stderr, "%s: line %d: DNSSRV backend info is null!\n",
34 /* no configuration options (yet) */
37 "%s: line %d: unknown directive \"%s\""
38 " in DNSSRV database definition (ignored)\n",
39 fname, lineno, argv[0] );