@@ -33,11 +33,6 @@
#include "fedfs.h"
/**
- * Default DN of FedFS NSDB containers
- */
-#define NSDB_DEFAULT_NCE "o=fedfs"
-
-/**
* Object that internally represents an NSDB
*/
struct fedfs_nsdb;
@@ -125,8 +125,6 @@ main(int argc, char **argv)
xlog_open(progname);
nsdb_env(&nsdbname, &nsdbport, &binddn, &nce);
- if (nce == NULL)
- nce = NSDB_DEFAULT_NCE;
while ((arg = getopt_long(argc, argv, nsdb_remove_nci_opts,
nsdb_remove_nci_longopts, NULL)) != -1) {
@@ -129,8 +129,6 @@ main(int argc, char **argv)
xlog_open(progname);
nsdb_env(&nsdbname, &nsdbport, &binddn, &nce);
- if (nce == NULL)
- nce = NSDB_DEFAULT_NCE;
delete = false;
while ((arg = getopt_long(argc, argv, nsdb_update_nci_opts,