|
-
Jun 21st, 2005, 02:00 AM
#1
Active Directory GUIDs [Resolved]
We have just received a service which queries the Active Directory of the domain and populates a database table with two fields: LoginId and a corresponding GUID.
My question is regarding the GUID. How are these generated, are they in the AD itself or would it be done by the service? If they are from the AD, are they constant for each user, or can they ever change?
Last edited by mendhak; Jun 25th, 2005 at 02:03 AM.
-
Jun 21st, 2005, 09:26 PM
#2
Re: Active Directory GUIDs
GUID is supposed to be unique so I would carefully assume that they are constant relating to either the user sid or someting in that
service. Without knowing what the service is doing it may be hard to determine where they're coming from or related to.
What does the service do?
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jun 22nd, 2005, 04:44 AM
#3
Re: Active Directory GUIDs
I asked a bit, and have come to the conclusion that the service gets the GUID from ActiveDirectory. So that part's OK.
My second question still remains, though. Can the GUID retreived from Windows ActiveDirectory ever change? Under what circumstances?
-
Jun 22nd, 2005, 10:37 AM
#4
Re: Active Directory GUIDs
Isnt the GUID the user SID#? If it is then it should not change at all.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jun 22nd, 2005, 06:38 PM
#5
Re: Active Directory GUIDs
I don't think that GUID is the same as a COM GUID. It is constant to each user, and will not change unless you delete the user and re-create it.
Nobody knows what software they want until after you've delivered what they originally asked for.
Don't solve problems which don't exist.
"If I had eight hours to cut down a tree, I'd spend six hours sharpening my axe." --- Abraham Lincoln (1809-1865)
2 idiots don't make a genius.
-
Jun 25th, 2005, 02:02 AM
#6
Re: Active Directory GUIDs
Thanks for your replies.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|