summaryrefslogtreecommitdiffstats
path: root/source/libads
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2002-12-05 19:13:20 +0000
committerJim McDonough <jmcd@samba.org>2002-12-05 19:13:20 +0000
commit82f3a786bf01878629fe4c05b028ae8d58eb4394 (patch)
treee89ac464877cf6188091708006647f5bf0b3aa71 /source/libads
parent1426a5ca4f1457be22891544df685e8f841c6337 (diff)
downloadsamba-82f3a786bf01878629fe4c05b028ae8d58eb4394.tar.gz
samba-82f3a786bf01878629fe4c05b028ae8d58eb4394.tar.xz
samba-82f3a786bf01878629fe4c05b028ae8d58eb4394.zip
More printer data to publish
Diffstat (limited to 'source/libads')
-rw-r--r--source/libads/ldap_printer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/libads/ldap_printer.c b/source/libads/ldap_printer.c
index a8c1148093e..b2ee5f22655 100644
--- a/source/libads/ldap_printer.c
+++ b/source/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},