#include <stdlib.h>#include <confdb.h>#include <translat.h>#include <dialog.h>#include <userconf.h>#include "ldapconf_defs.h"#include "profiles.h"Go to the source code of this file.
Functions | |
| LINUXCONF_SUBSYS | subb (subsys_profiles ,P_MSG_U(M_PROFILESSUB,"Profiles")) |
| HELP_FILE | help_profiles ("ldapconf","profiles") |
| PRIVILEGE* | lookup_priv (const char *id) |
| int | check_perm (const char *id) |
Variables | |
| const char | subsys_profiles [] = "profiles" |
|
|
|
|
|
|
|
|
Definition at line 424 of file profiles.cc. Referenced by check_perm(). |
|
|
Definition at line 439 of file profiles.cc. 00440 {
00441 D(debugf(6,"PROFILES::perm_check id = %s \n", id));
00442 PRIVILEGE *priv = lookup_priv(id);
00443 int i;
00444 i = perm_checkpriv(priv);
00445 D(debugf(4,"check_perm ret = %i \n",i));
00446 return perm_access(priv,"Sorry");
00447 }
|
|
|
Definition at line 58 of file profiles.cc. |
1.2.1 written by Dimitri van Heesch,
© 1997-2000