diff options
author | Jim McDonough <jmcd@samba.org> | 2002-12-05 19:13:40 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2002-12-05 19:13:40 +0000 |
commit | 26236b30d09ebf31e43911f2d7cbec80df519b71 (patch) | |
tree | bde4a7882d52f115f0d1c4181df8c8f88312c1b8 /source3/libads/ldap_printer.c | |
parent | 47edb96d9964aeece7ec2975d6781a26be0eb9c5 (diff) | |
download | samba-26236b30d09ebf31e43911f2d7cbec80df519b71.tar.gz |
More printer data to publish
(This used to be commit 6e2f0c4e304a09313f933a3c9c2a7b3a0219006d)
Diffstat (limited to 'source3/libads/ldap_printer.c')
-rw-r--r-- | source3/libads/ldap_printer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libads/ldap_printer.c b/source3/libads/ldap_printer.c index a8c1148093e..b2ee5f22655 100644 --- a/source3/libads/ldap_printer.c +++ b/source3/libads/ldap_printer.c @@ -181,6 +181,7 @@ static void map_regval_to_ads(TALLOC_CTX *ctx, ADS_MODLIST *mods, {SPOOL_REG_ASSETNUMBER, map_sz}, {SPOOL_REG_BYTESPERMINUTE, map_dword}, {SPOOL_REG_DEFAULTPRIORITY, map_dword}, + {SPOOL_REG_DESCRIPTION, map_sz}, {SPOOL_REG_DRIVERNAME, map_sz}, {SPOOL_REG_DRIVERVERSION, map_dword}, {SPOOL_REG_FLAGS, map_dword}, |