Going from a shared NFS /home to a full LDAP solution
I recently deployed about a dozen Ubuntu (Karmic) desktops in a small office. Everything was going great, but storage became an issue. I then moved /home to an NFS mount which solved the immediate problem.
Months later, I'm regretting this. The company is extremely disorganized with high turnover, people never stay at the same desk for long and now I have 12 machines that anyone needs to access at any given time. This gets crazy with conflicting UID/GID's as well.
I'd like to just use LDAP and make the problem go away. The issue is, they want to be self sufficient, so I need some (easy) way for the office administrator to manage users. Preferably something GUI driven and simple/intuitive to use.
What are my options?
ldap nfs gui
add a comment |
I recently deployed about a dozen Ubuntu (Karmic) desktops in a small office. Everything was going great, but storage became an issue. I then moved /home to an NFS mount which solved the immediate problem.
Months later, I'm regretting this. The company is extremely disorganized with high turnover, people never stay at the same desk for long and now I have 12 machines that anyone needs to access at any given time. This gets crazy with conflicting UID/GID's as well.
I'd like to just use LDAP and make the problem go away. The issue is, they want to be self sufficient, so I need some (easy) way for the office administrator to manage users. Preferably something GUI driven and simple/intuitive to use.
What are my options?
ldap nfs gui
2
LDAP and nfs are two different issues. What about using LDAP for authentication and autofs to automatically mount the home directory via nfs?
– txwikinger
Jul 28 '10 at 19:56
I feel your pain. While there are certainly technical solutions available, I am not sure which approach is most applicable to your situation and your conditions. Nevertheless I would probably ask the question at serverfault.com instead, considering the very general sysadmin character of the question.
– andol
Jul 28 '10 at 20:08
add a comment |
I recently deployed about a dozen Ubuntu (Karmic) desktops in a small office. Everything was going great, but storage became an issue. I then moved /home to an NFS mount which solved the immediate problem.
Months later, I'm regretting this. The company is extremely disorganized with high turnover, people never stay at the same desk for long and now I have 12 machines that anyone needs to access at any given time. This gets crazy with conflicting UID/GID's as well.
I'd like to just use LDAP and make the problem go away. The issue is, they want to be self sufficient, so I need some (easy) way for the office administrator to manage users. Preferably something GUI driven and simple/intuitive to use.
What are my options?
ldap nfs gui
I recently deployed about a dozen Ubuntu (Karmic) desktops in a small office. Everything was going great, but storage became an issue. I then moved /home to an NFS mount which solved the immediate problem.
Months later, I'm regretting this. The company is extremely disorganized with high turnover, people never stay at the same desk for long and now I have 12 machines that anyone needs to access at any given time. This gets crazy with conflicting UID/GID's as well.
I'd like to just use LDAP and make the problem go away. The issue is, they want to be self sufficient, so I need some (easy) way for the office administrator to manage users. Preferably something GUI driven and simple/intuitive to use.
What are my options?
ldap nfs gui
ldap nfs gui
asked Jul 28 '10 at 19:48
Tim Post♦Tim Post
482625
482625
2
LDAP and nfs are two different issues. What about using LDAP for authentication and autofs to automatically mount the home directory via nfs?
– txwikinger
Jul 28 '10 at 19:56
I feel your pain. While there are certainly technical solutions available, I am not sure which approach is most applicable to your situation and your conditions. Nevertheless I would probably ask the question at serverfault.com instead, considering the very general sysadmin character of the question.
– andol
Jul 28 '10 at 20:08
add a comment |
2
LDAP and nfs are two different issues. What about using LDAP for authentication and autofs to automatically mount the home directory via nfs?
– txwikinger
Jul 28 '10 at 19:56
I feel your pain. While there are certainly technical solutions available, I am not sure which approach is most applicable to your situation and your conditions. Nevertheless I would probably ask the question at serverfault.com instead, considering the very general sysadmin character of the question.
– andol
Jul 28 '10 at 20:08
2
2
LDAP and nfs are two different issues. What about using LDAP for authentication and autofs to automatically mount the home directory via nfs?
– txwikinger
Jul 28 '10 at 19:56
LDAP and nfs are two different issues. What about using LDAP for authentication and autofs to automatically mount the home directory via nfs?
– txwikinger
Jul 28 '10 at 19:56
I feel your pain. While there are certainly technical solutions available, I am not sure which approach is most applicable to your situation and your conditions. Nevertheless I would probably ask the question at serverfault.com instead, considering the very general sysadmin character of the question.
– andol
Jul 28 '10 at 20:08
I feel your pain. While there are certainly technical solutions available, I am not sure which approach is most applicable to your situation and your conditions. Nevertheless I would probably ask the question at serverfault.com instead, considering the very general sysadmin character of the question.
– andol
Jul 28 '10 at 20:08
add a comment |
1 Answer
1
active
oldest
votes
You can try eBox for the server, it has a very straightforward web interface, you can install it from the repositories, and has all the functionality you need. The whole process is documented in the Ubuntu Server Guide, check https://help.ubuntu.com/10.04/serverguide/C/ebox.html.
However you still would have to take care of the configuration in the client workstations.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f56%2fgoing-from-a-shared-nfs-home-to-a-full-ldap-solution%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can try eBox for the server, it has a very straightforward web interface, you can install it from the repositories, and has all the functionality you need. The whole process is documented in the Ubuntu Server Guide, check https://help.ubuntu.com/10.04/serverguide/C/ebox.html.
However you still would have to take care of the configuration in the client workstations.
add a comment |
You can try eBox for the server, it has a very straightforward web interface, you can install it from the repositories, and has all the functionality you need. The whole process is documented in the Ubuntu Server Guide, check https://help.ubuntu.com/10.04/serverguide/C/ebox.html.
However you still would have to take care of the configuration in the client workstations.
add a comment |
You can try eBox for the server, it has a very straightforward web interface, you can install it from the repositories, and has all the functionality you need. The whole process is documented in the Ubuntu Server Guide, check https://help.ubuntu.com/10.04/serverguide/C/ebox.html.
However you still would have to take care of the configuration in the client workstations.
You can try eBox for the server, it has a very straightforward web interface, you can install it from the repositories, and has all the functionality you need. The whole process is documented in the Ubuntu Server Guide, check https://help.ubuntu.com/10.04/serverguide/C/ebox.html.
However you still would have to take care of the configuration in the client workstations.
edited Jul 29 '10 at 10:05
answered Jul 29 '10 at 8:52
paulo.albuquerquepaulo.albuquerque
1,436117
1,436117
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f56%2fgoing-from-a-shared-nfs-home-to-a-full-ldap-solution%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
LDAP and nfs are two different issues. What about using LDAP for authentication and autofs to automatically mount the home directory via nfs?
– txwikinger
Jul 28 '10 at 19:56
I feel your pain. While there are certainly technical solutions available, I am not sure which approach is most applicable to your situation and your conditions. Nevertheless I would probably ask the question at serverfault.com instead, considering the very general sysadmin character of the question.
– andol
Jul 28 '10 at 20:08