wtbt

Commodore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-01-15
12:35
730 views
GUID
Hi!
I wonder if the eDir user attribute GUID always remain constant from the moment a user object is created to it is deleted no matter what changes the user object undergoes during its lifetime. I need to use UUID to guarantee integrity in connected systems and it seems that GUIDs often are equivalent to UUIDs. Will it remain unchanged if the cn, uid, sn, givenName and other user attributes are changed?
Kind regards
Bengt W
I wonder if the eDir user attribute GUID always remain constant from the moment a user object is created to it is deleted no matter what changes the user object undergoes during its lifetime. I need to use UUID to guarantee integrity in connected systems and it seems that GUIDs often are equivalent to UUIDs. Will it remain unchanged if the cn, uid, sn, givenName and other user attributes are changed?
Kind regards
Bengt W
3 Replies


Knowledge Partner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-01-15
14:58
Yes, exactly, or even if the user is moved, or renamed, or whatever. It
is designed to be unique forever, and as such is used as the permanent ID
in the NSS (NetWare and OES Linux) targeted for filesystem permissions.
User tools will not let you delete it or modify it manually either, so
barring tools that you cannot have normally, or abusing things like IDM
(don't do it), it should be very immutable.
--
Good luck.
If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below.
If you want to send me a private message, please let me know in the
forum as I do not use the web interface often.
is designed to be unique forever, and as such is used as the permanent ID
in the NSS (NetWare and OES Linux) targeted for filesystem permissions.
User tools will not let you delete it or modify it manually either, so
barring tools that you cannot have normally, or abusing things like IDM
(don't do it), it should be very immutable.
--
Good luck.
If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below.
If you want to send me a private message, please let me know in the
forum as I do not use the web interface often.


Knowledge Partner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-01-16
23:09
ab;2473494 wrote:
Yes, exactly, or even if the user is moved, or renamed, or whatever. It
is designed to be unique forever, and as such is used as the permanent ID
in the NSS (NetWare and OES Linux) targeted for filesystem permissions.
User tools will not let you delete it or modify it manually either, so
barring tools that you cannot have normally, or abusing things like IDM
(don't do it), it should be very immutable.
--
Good luck.
If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below.
If you want to send me a private message, please let me know in the
forum as I do not use the web interface often.
Hi Bengt,
GUID always has unique (system generated) value, that impossible to change. Move/Rename operations don't change GUID value.
We use eDir object GUID as immutableID for O365.
wtbt

Commodore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-01-18
14:38
Hi!
Thanks, that's good to hear! So we can move on...
Kind regards
Bengt
Thanks, that's good to hear! So we can move on...
Kind regards
Bengt