We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: