openhab / openhab-syno-spk

openHAB Synology SPK Install Package
Eclipse Public License 2.0
161 stars 42 forks source link

User management integration #11

Open bartcerneels opened 8 years ago

bartcerneels commented 8 years ago

It should be possible to use the user credentials from Synology in openhab. This way users can use openhab using their synology credentials. It should also be possible to limit access to openhab from the synology user configuration.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/30867086-user-management-integration?utm_campaign=plugin&utm_content=tracker%2F19715072&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F19715072&utm_medium=issues&utm_source=github).
cniweb commented 8 years ago

@bartcerneels That will be difficult because openhab uses its own user administration!

cniweb commented 8 years ago

@kaikreuzer Can you help me? Can OH use a external user management?

kaikreuzer commented 8 years ago

No, I do not know any way how to do that...

bartcerneels commented 8 years ago

How about a script that imports username/password-hash from /etc/passwd at startup. Not true integration, but workable?

bartcerneels commented 8 years ago

Was hoping integration with Linux PAM was possible.