#33 Fix FTBS in Fedora Rawhide
Merged 4 years ago by abbra. Opened 4 years ago by abbra.
abbra/slapi-nis bz1800097  into  master

file modified
+2 -3
@@ -168,9 +168,8 @@ 

  		}

  	} else {

  		if (rc == PAM_SUCCESS) {

- 			*errmsg = PR_smprintf("PAM %s succeeds for user \"%s\" "

- 					      "(bind DN \"%s\")",

- 					      fn, user, binddn);

+ 			*errmsg = PR_smprintf("PAM %s succeeds for bind DN \"%s\"",

+ 					      fn, binddn);

  		} else {

  			if (pamh != NULL) {

  				*errmsg = PR_smprintf("PAM %s error for invalid user "

file modified
+1 -1
@@ -37,7 +37,7 @@ 

  int  get_plugin_monitor_count(void);

  void set_plugin_monitor_count(int lock_count);

  void init_map_lock(void);

- Slapi_DN **ignored_containers_sdn;

+ extern Slapi_DN **ignored_containers_sdn;

  

  

  struct plugin_state;

no initial comment

Pull-Request has been merged by abbra

4 years ago
Metadata