Lines Matching defs:profile
157 gettext("Illegal profile type on line %d."),
325 /* Get the version of the profile. */
583 char *profile, *container, *base;
621 profile = ptr->paramList[NS_LDAP_PROFILE_P].ns_pc;
626 * Construct DN, but since this is the profile, there is no need
627 * to worry about mapping. The profile itself can not be mapped
629 (void) fprintf(fp, "dn: cn=%s,ou=%s,%s\n", profile, container, base);
847 gettext("Configuration Error: More than one profile "
864 /* Check to see if the profile is version 1 or version 2 */
995 * Download a profile into our internal structure. The calling application
1000 __ns_ldap_download(const char *profile, char *addr, char *baseDN,
1036 _PROFILE1_OBJECTCLASS, _PROFILE2_OBJECTCLASS, profile);