Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot create home directory for user getting permission denied #58

Open
gopigl opened this issue Aug 14, 2021 · 1 comment
Open

cannot create home directory for user getting permission denied #58

gopigl opened this issue Aug 14, 2021 · 1 comment

Comments

@gopigl
Copy link

gopigl commented Aug 14, 2021

I have followed the all steps after installing of IPAServer not able to create home directory for user, can any one help me on this.

sudo mkdir $(ipa -n user-show "ipa-test-user" --raw |grep 'homedirectory' |awk -F':' '{print $2}')
mkdir: cannot create directory ‘/home/ipa-test-user’: Permission denied

Thanks In Advance.

Regards,
Gopi V

@Yukesh4791
Copy link

Hi @gopigl , you should be a root user to create a directory in the IPA server. SSH as root user and try running the mkdir command again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants