summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_ad.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-01 10:38:13 -0400
committerVolker Lendecke <vl@samba.org>2009-08-03 22:48:45 +0200
commit7180ae0b8e866d99de6827841970f16486eec7cd (patch)
tree2b1c343e67775f3c5afa85f0dcdff73749152a44 /source3/winbindd/idmap_ad.c
parent3d15d044a9cc998238c8f4e07094fedb3f9215fe (diff)
downloadsamba-7180ae0b8e866d99de6827841970f16486eec7cd.tar.gz
samba-7180ae0b8e866d99de6827841970f16486eec7cd.tar.bz2
samba-7180ae0b8e866d99de6827841970f16486eec7cd.zip
Add some const to winbind_userinfo
Diffstat (limited to 'source3/winbindd/idmap_ad.c')
-rw-r--r--source3/winbindd/idmap_ad.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/winbindd/idmap_ad.c b/source3/winbindd/idmap_ad.c
index 3791a86876..4e1ca346c0 100644
--- a/source3/winbindd/idmap_ad.c
+++ b/source3/winbindd/idmap_ad.c
@@ -822,9 +822,9 @@ static NTSTATUS nss_ad_get_info( struct nss_domain_entry *e,
TALLOC_CTX *mem_ctx,
ADS_STRUCT *ads,
LDAPMessage *msg,
- char **homedir,
- char **shell,
- char **gecos,
+ const char **homedir,
+ const char **shell,
+ const char **gecos,
uint32 *gid )
{
const char *attrs[] = {NULL, /* attr_homedir */