mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
r19189: No display name is normal for some GPOs.
Guenther (This used to be commit 1ec1c5dd17c498d5a8a9804ad2ef114fb7603c31)
This commit is contained in:
parent
ca79df9061
commit
046a4756d4
@ -43,11 +43,9 @@ NTSTATUS parse_gpt_ini(TALLOC_CTX *mem_ctx, const char *filename, uint32 *versio
|
||||
|
||||
if ((name = iniparser_getstring(d, GPT_INI_SECTION_GENERAL
|
||||
":"GPT_INI_PARAMETER_DISPLAYNAME, NULL)) == NULL) {
|
||||
DEBUG(1,("parse_gpt_ini: no name\n"));
|
||||
/*
|
||||
result = NT_STATUS_INTERNAL_DB_CORRUPTION;
|
||||
goto out;
|
||||
*/
|
||||
/* the default domain policy and the default domain controller
|
||||
* policy never have a displayname in their gpt.ini file */
|
||||
DEBUG(10,("parse_gpt_ini: no name in %s\n", filename));
|
||||
}
|
||||
|
||||
if (name && display_name) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user