Mapping network drives with LDAP targeting for XP clients
hi,
i'mt taking advantage of gpo preferences , trying map network drives xp clients, ldap queries not working or i'm making mistake ldap query. want map drive depending on home folder of user, seems query return value , network drive mapped. ldap query this
(&(objectclass=user)(homedirectory=\\server1*))
why mmaped network driver?
even users server2 in homedirectory mapping driver.
thanks in advance.
the solutions issue right here: http://social.technet.microsoft.com/forums/pl-pl/winservergp/thread/651c5c42-55fa-4876-a0a4-4f765d53283f
even though seems "label as" doesn't work properly. mapping done perfectly, label wrong.
in case, use ldap query map network drive according user's home folder.
(&(objectclass=user)(homedirectory=\\myserver00*)(samaccountname=%username%))
i have done 6 mappings 6 different connections. said before, mappings done perfectly, label of 1 server mapping applied other server mapping. let me give example:
(&(objectclass=user)(homedirectory=\\myserver00*)(samaccountname=%username%))
label "data in myserver00"
(&(objectclass=user)(homedirectory=\\myserver01*)(samaccountname=%username%))
label "data in myserver01"
the user's home directory "\\myserver00\......" log on computer , have mapping below
data in server01
the connection made right server it's applied label of other connection.
another strange thing i've removed labels , still applied. , strange behavior label shows in capital letters , sometimer in small letters.
thank you.
Windows Server > Group Policy
Comments
Post a Comment