Cannot authenticate using PolicyKit dialogs with domain credentials, prompts for local user
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
likewise-open |
New
|
Undecided
|
Unassigned | ||
policykit (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: likewise-open5
When logged in as a domain user - who has root permission via sudoers - policykit dialogs prompt for the password of a different local user, rather than who I'm currently logged in as.
local user fooadmin
domain user foo
Not sure which part has their knickers in a twist, apologies if filing against likewise-open is wrong.
Steps to reproduce:
login as domain user (domain\foo)
try to edit a network connection
when clicking apply, policykit dialog pops up asking for password of local fooadmin user.
ProblemType: Bug
Architecture: amd64
Date: Mon Nov 9 15:12:25 2009
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
NonfreeKernelMo
Package: likewise-open5 5.0.3991.
ProcEnviron:
LANG=en_GB.UTF-8
SHELL=/bin/bash
ProcVersionSign
SourcePackage: likewise-open5
Uname: Linux 2.6.31-14-generic x86_64
affects: | likewise-open5 (Ubuntu) → policykit (Ubuntu) |
likewise- open5(- lsass?) needs to drop an appropriate file into /etc/polkit- 1/localauthorit y.conf. d/ which tells PolicyKit which Active Directory security group defines domain administrators. I'm not sure what that needs to look like but I set mine up like this (my AD domain is CORP):
[Configuration] =unix-group: CORP\\domain^ admins
AdminIdentities
It does not seem to work exactly correctly but its close enough until its either fixed or I can read the PolicyKit docs further.