|
Lines 68-74
Link Here
|
| 68 |
char **module_dirs = NULL; |
68 |
char **module_dirs = NULL; |
| 69 |
int module_dir_count = 0; |
69 |
int module_dir_count = 0; |
| 70 |
char pidfile[PATH_MAX]; |
70 |
char pidfile[PATH_MAX]; |
| 71 |
extern maxnbackups; |
71 |
extern int maxnbackups; |
| 72 |
|
72 |
|
| 73 |
static char* read_pwd_from_file(char *filename) |
73 |
static char* read_pwd_from_file(char *filename) |
| 74 |
{ |
74 |
{ |
|
Lines 285-294
Link Here
|
| 285 |
univention_ldap_parameters_t *lp_local; |
260 |
univention_ldap_parameters_t *lp_local; |
| 286 |
char *server_role; |
261 |
char *server_role; |
| 287 |
#ifdef WITH_KRB5 |
262 |
#ifdef WITH_KRB5 |
| 288 |
univention_krb5_parameters_t *kp; |
263 |
univention_krb5_parameters_t *kp = NULL; |
| 289 |
int do_kinit = 0; |
264 |
int do_kinit = 0; |
| 290 |
#else |
265 |
#else |
| 291 |
void *kp; |
266 |
void *kp = NULL ; |
| 292 |
#endif |
267 |
#endif |
| 293 |
int debugging = 0, |
268 |
int debugging = 0, |
| 294 |
from_scratch = 0, |
269 |
from_scratch = 0, |