diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-01-02 12:59:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:35:55 -0500 |
commit | 3af2dcf3589429c14a8b93a450446c8505b0cb47 (patch) | |
tree | 25ccc3bdf993e1c71aa05e625bf7967b4caa85ca | |
parent | 1e1044028af234b841b75c1781ffe2935cf65a22 (diff) | |
download | samba-3af2dcf3589429c14a8b93a450446c8505b0cb47.tar.gz samba-3af2dcf3589429c14a8b93a450446c8505b0cb47.tar.bz2 samba-3af2dcf3589429c14a8b93a450446c8505b0cb47.zip |
r20472: add a comment for Object(Replica-Link), it's not clear that
the DATA_BLOB conversation functions are correct here...
metze
(This used to be commit 56e17f4c0cf2edab732658ab190723299850e2cd)
-rw-r--r-- | source4/dsdb/schema/schema_syntax.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/dsdb/schema/schema_syntax.c b/source4/dsdb/schema/schema_syntax.c index f480c83f70..d370451683 100644 --- a/source4/dsdb/schema/schema_syntax.c +++ b/source4/dsdb/schema/schema_syntax.c @@ -1291,6 +1291,12 @@ static const struct dsdb_syntax dsdb_syntaxes[] = { .drsuapi_to_ldb = dsdb_syntax_FOOBAR_drsuapi_to_ldb, .ldb_to_drsuapi = dsdb_syntax_FOOBAR_ldb_to_drsuapi, },{ + /* + * TODO: verify if DATA_BLOB is correct here...! + * + * repsFrom and repsTo are the only attributes using + * this attribute syntax, but they're not replicated... + */ .name = "Object(Replica-Link)", .ldap_oid = "1.3.6.1.4.1.1466.115.121.1.40", .oMSyntax = 127, |