Replies: 14 comments
-
Really want to see the sync functionality mentioned on 3. implemented. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Our setup is pretty simplified: Active Directory domain, one company, simple hierarchy both with locations and chain of command (manager fields all filled out so organizational tree is correct).
|
Beta Was this translation helpful? Give feedback.
-
I would love to see the AD sync based on the SID instead of the samaccountname. When a user changes their last name they get a new username. This causes a second user record to be created in Snipe with assets checked out to the original name. This requires a manual database edit to correct. Also, a flag in the API that identifies that the user was imported from LDAP/AD would be very useful. I have a script that compares AD and Snipe and deletes Snipe users when they are deleted from AD. If any deleted users have assets assigned then it sends an email alert. I have to manually exclude built-in users in my script which is not the cleanest solution. |
Beta Was this translation helpful? Give feedback.
-
All of these sound like great ideas. 16 is tripping us up right now. On MY AD account! I get deactivated every time LDAP syncs. |
Beta Was this translation helpful? Give feedback.
-
How about SAML and SCIM? |
Beta Was this translation helpful? Give feedback.
-
@ChicagoJay That was fixed a few releases ago, I thought.... We've tested it and I don't think we can reproduce, can we, @uberbrady? @trch15 SAML already exists in Snipe-IT. SCIM is outside the scope of the LDAP discussion (as is SAML), IMHO |
Beta Was this translation helpful? Give feedback.
-
I'm happy to help track it down - tell me what you need. My other LDAP users are all fine, AFAICT. We are running Snipe-IT v5.0.11 build 5695 (gfd4ee6027) with Laravel 6.18.10 and PHP 7.3.24-3+ubuntu18.04.1+deb.sury.org+1. Interestingly, I am running this on Ubuntu 20.04.1 but the PHP version seems to think I am on ubuntu 18.04.1. When we installed Snipe-It originally, we were on 18.04.1 but I did an in-place upgrade a few months ago. I don't use the software often enough to tell if that is when it started disabling my account (and ONLY my account) during AD sync. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hello, I don't know if it falls into that scope, but I'd like to integrate snipe it with a third party app. The workaround I have now, is to ask my people to create an access token from their profile, then to store it in the second app. But it's very not secure to store access tokens. |
Beta Was this translation helpful? Give feedback.
-
Would love to see number 5 seems that people have asked for years for this |
Beta Was this translation helpful? Give feedback.
-
Is there an existing standalone issue for item 9 that I'm too blind to see in search? We're blocked from updating Snipe-IT to v5 because our hosting doesn't provide |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
The two primary features I'd be interested in in:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm just trying to document the various LDAP issues we have all around and trying to collect together the main things I've been seeing into one central location. Feel free to chime in if you don't see something you want, or have had to deal with, listed here.
ldap://
in front of their LDAP server URL, and the system didn't warn them or nudge them at all, it just silently failed. Bummer.php-ldap
module. The ServiceProvider seems to get initialized whether it's used or not. (Potential fix without rewrite: switching to "Deferred Service Providers")Beta Was this translation helpful? Give feedback.
All reactions