Hum sorry but problem is not smbldap-tools because not installed ? ?
Beiträge von Moimeme
-
-
OMV in 0.5, I configure LDAP, Remote-Share, I share via samba, It Works
OMV in 1.0, as long as I configure LDAP, even the Local User no longer have access to the share.I tried to look at the configuration files of each and compare but I think I missed some thing.
So I do not know what it's coming.
-
I have a lot looking for I feel that the problem is more of a configuration error on samba, because I do not even have to connect with a local user.
I think everything revolves between ldap / Samba in fact, not as I thought at first between remote-share and other.
-
0.5.x
Code
Alles anzeigen# /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # / was on /dev/sda1 during installation UUID=d8a40126-b04b-4a9b-8dce-9d2aeea86bf9 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation UUID=abc6a485-2c66-4760-ad45-758f41fc6cdd none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0 tmpfs /tmp tmpfs defaults 0 0 # >>> [openmediavault] UUID=93d436e7-adfb-484e-a7e2-d1eb8836d285 /media/93d436e7-adfb-484e-a7e2-d1eb8836d285 ext4 defaults,nofail,acl,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 0 2 192.168.0.2:/volumes/mynas/share /media/93d436e7-adfb-484e-a7e2-d1eb8836d285//share nfs4 intr 0 0 # <<< [openmediavault]
1.0
Code
Alles anzeigen# /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> # / was on /dev/sda1 during installation UUID=dcfeb42e-b93f-4ef8-8134-185007acb704 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation UUID=f241e53b-3884-401f-924b-2fb7a07ab339 none swap sw 0 0 /dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0 tmpfs /tmp tmpfs defaults 0 0 # >>> [openmediavault] UUID=96f466c7-d839-4bc5-abc3-17a3622328fa /media/96f466c7-d839-4bc5-abc3-17a3622328fa ext4 defaults,nofail,acl,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 0 2 192.168.0.2:/volumes/mynas/share /media/96f466c7-d839-4bc5-abc3-17a3622328fa/share/ nfs4 intr 0 0 # <<< [openmediavault]
-
hello,
I allow myself a little message on this wonderful plugin.
I have a little problem with the plugin Krazilec and while I do not have that trouble with the 0.5.x version openmediavault.explanation:
when I use the plugin in 0.5.x, I create my file in shared folder, I verified the ACL and I am owner and the group that are on root: users
then I'll set up my nfs shares with remote-share and I verified the ACL and therefore owner and group exchange rates from nobody: nogroupThis allows me to create a smb share and able to connect it without worries.
By cons with the plugin under 1.0, I create my file in shared folder, I verified the ACL and I am owner and the group that are on root: users
then I'll set up my nfs shares with remote-share and I verified the ACL owner and group and therefore does not change and remains on root: userssuddenly when I create my smb share, it refuses me access to the client post.
I checked all the settings there is nothing else that interferes.
and perhaps this in fstab:
in 0.5.xCode192.168.0.2:/volumes/mynas/share on /media/93d436e7-ADFB-484-a7e2-d1eb8836d285/share type nfs4 (rw, intr, addr = 192.168.0.2, clientaddr = 192.168.0.22)
in 1.0
-
Upload and install
-
Hello all,
Is it possible to have a plugin for Mozilla Firefox 1.5 server?
https://sathya.de/blog/how-tos…n-with-apache2-and-mysql/
https://github.com/mozilla-services/syncserverOther question for Dnsmasq plugin , is it possible to add an option to choose the network interface?
-
Thx very much !
And now i have all my users !Zitat#
# Min/max values for automatic uid selection in useradd
#
UID_MIN 1000
UID_MAX 1100000
# System accounts
#SYS_UID_MIN 100
#SYS_UID_MAX 999#
# Min/max values for automatic gid selection in groupadd
#
GID_MIN 1000
GID_MAX 1100000
# System accounts
#SYS_GID_MIN 100
#SYS_GID_MAX 999 -
Ok, now OMV connect LDAP Server.
When i use command line "getent passwd", i have all user (OMV Local and LDAP Users)
When i use command line 'id MyUser", i have this returnZitatuid=1000(MyUser) gid=1000(MyUser) groupes=1000(MyUser),24(cdrom),25(floppy),29(audio),30(dip),44(video),46(plugdev),1000001(users),1000003(ldap)
But when i use the WebGui, i have problem, on user list and on group list, i don't see any user and group.
But when create one user on ldap server, OMV see the user (getent passwd MyNewUser) but when i refresh WebGui and i go see the user list "MyNewUser" does not appearEdit: In ACL list -> Section System User / Group , I see my user LDAP ! but in General User/Group, i don't see ...
-
Hum, ah ....
-
hello there,
I create an LDAP server, and I would use it to manage the users and group more easily.
I have a little problem I configure the LDAP client with a debian 7 OMV Kralizec with the following tutorial:
http://www.unixmen.com/configu…henticate-using-openldap/The LDAP client works perfectly, I get my users and group well but I have the following concerns.
When I want to connect to WebGui I have an error with login: Admin and password openmediavault, he says he is not good then that if I take the user created during the installation of the debian 7, I can connect to the webgui but I only have the basic information.
I tried to use omv-firstaid and change the password for the webgui but I get the following error:
# Omv-firstaid
Updating WebGUI administrator password. Please wait ...
{"response": null, "error": {"code": 4000, "message": "Failed to execute command 'usermod --password '$6$u1PDDj1XUTeM$RU\/d3y1WJ9h67FdWtUDQQqR178yBZYFqywX7ra7FUtbEfB42bfAr6yMEtr53MT7Mf2F5rIoWovO2gbStGVM7G\/' Anonymous 2> & 1 ': usermod \ u00a0: User \ u00ab \ u00a0admin \ u00a0 \ u00bb does not exist in \ / etc \ / passwd "," trace ":" Exception' OMVException 'with message' Failed to execute command 'usermod --password '$6$u1PDDj1XUTeM$RU\/d3y1WJ9h67FdWtUDQQqR178yBZYFqywX7ra7FUtbEfB42bfAr6yMEtr53MT7Mf2F5rIoWovO2gbStGVM7G\/' Anonymous 2> & 1 ': usermod \ u00a0: User \ u00ab \ u00a0admin \ u00a0 \ u00bb does not exist in \ / etc \ / passwd' in \ / usr \ / share \ / openmediavault \ / engined \ / rpc \ /webgui.inc:147\nStack trace: \ n # 0 [internal function]: OMVRpcServiceWebGui-> setPassword (Array, Array) \ n # 1 \ / usr \ / share \ / php \ / openmediavault \ /rpcservice.inc (125): call_user_func_array (Array, Array) \ n # 2 \ / usr \ / share \ / php \ / openmediavault \ /rpc.inc (79): OMVRpcServiceAbstract-> callMethod ('setPassword', Array, Array) \ n # 3 \ / usr \ / sbin \ / omv-engined (495): OMVRpc :: exec ('WebGui', 'setPassword', Array, Array, 1) \ n # 4 {main} "}}
Failed to execute (RPC service = WebGui, method = setPassword)could you help me?
best regard,
Moimeme
--------------------------------------------------------------------------------------------------bonjour,
j'ai creer un LDAP serveur, et je voudrais l'utiliser pour gerer les users et group plus facilement.
J'ai un petit soucis j'ai configurer le client LDAP une debian 7 avec OMV kralizec avec le tutorial suivant:
http://www.unixmen.com/configu…henticate-using-openldap/Le client LDAP fonctionne parfaitement, je récupère bien mes users et group mais, j'ai le soucis suivant.
Quand je veux me connecter au WebGui, j'ai erreur avec login Admin et le password openmediavault, il dit qu'il ne sont pas bon alors que si je prends l'usager crée lors de l'installation de la debian 7, je peux me connecter au webgui mais je n'ai que les information de base.
J'ai tenté d'utiliser omv-firstaid et de changer le mot de passe du webgui mais j'ai l'erreur suivante:
# omv-firstaid
Updating WebGUI administrator password. Please wait ...
{"response":null,"error":{"code":4000,"message":"Failed to execute command 'usermod --password '$6$u1PDDj1XUTeM$RU\/d3y1WJ9h67FdWtUDQQqR178yBZYFqywX7ra7FUtbEfB42bfAr6yMEtr53MT7Mf2F5rIoWovO2gbStGVM7G\/' admin 2>&1': usermod\u00a0: l'utilisateur \u00ab\u00a0admin\u00a0\u00bb n'existe pas dans \/etc\/passwd","trace":"exception 'OMVException' with message 'Failed to execute command 'usermod --password '$6$u1PDDj1XUTeM$RU\/d3y1WJ9h67FdWtUDQQqR178yBZYFqywX7ra7FUtbEfB42bfAr6yMEtr53MT7Mf2F5rIoWovO2gbStGVM7G\/' admin 2>&1': usermod\u00a0: l'utilisateur \u00ab\u00a0admin\u00a0\u00bb n'existe pas dans \/etc\/passwd' in \/usr\/share\/openmediavault\/engined\/rpc\/webgui.inc:147\nStack trace:\n#0 [internal function]: OMVRpcServiceWebGui->setPassword(Array, Array)\n#1 \/usr\/share\/php\/openmediavault\/rpcservice.inc(125): call_user_func_array(Array, Array)\n#2 \/usr\/share\/php\/openmediavault\/rpc.inc(79): OMVRpcServiceAbstract->callMethod('setPassword', Array, Array)\n#3 \/usr\/sbin\/omv-engined(495): OMVRpc::exec('WebGui', 'setPassword', Array, Array, 1)\n#4 {main}"}}
Failed to execute RPC (service=WebGui, method=setPassword)pourriez vous m'aider ?
Cordialement
Moimeme
-
Yes !! Thank you Ryecoaaron for your work ! (it's your work) !!
-
I asked someone there a time plug'in to mount NFS shares, the idea of adding SMB shares just might be there
----------------------------------------------------------------------------------------------------------------------------------------------
j'avais demandé il y a quelqu'un temps un plug'in pour pouvoir monter les partages NFS, l'idée de rajouter les partages SMB vient peut être de là -
AHahaha,
I love this COMMUNITY
-
Hello,
I allow myself a new message and a new application seems to me would be really good,On Synology, we can mount SMB shares from other computer and allows at the same time to share the synology.
Do you think it would be possible to make a similar plug'in in OMV?
I think that would really be a plus for people with SEVERAL shares from many of the different computer or from Virtual Machin and wanting to centralize everything and manage to do that once permissions.
http://www.synology.com/en-global/support/tutorials/475
as usual I'm sorry for English ...
-----------------------------------------------------------------------------------------------------------------------------------------Bonjour,
je me permet un nouveau message et avec une nouvelle demande qui me semble serait vachement bien,Sous Synology, nous pouvons monter des partages SMB venant d'autre machine et permet par la même occasion de les partager par le synology.
Penses-tu qu'il serait possible de faire un plug'in du même type sous OMV ?
Je pense que serait vraiment un plus pour les personnes ayant plusieur partages venant de plusieur ordinateur ou venant de Virtual Machin et voulant tout centraliser ainsi pour ne gerer qu'une fois les Permissions.
http://www.synology.com/en-global/support/tutorials/475
comme d'habitude je suis désolé pour anglais...
-
Ok, sorry i'am stupid,
you need change all your source.list with wheezy depot ... just this ...
-
On my Virtual OMV, problem not fixed:
Zitatcat /etc/apt/sources.list.d/*
deb http://backports.debian.org/debian-backports squeeze-backports main non-free
deb http://packages.omv-extras.org/debian/ sardaukar-backports main
deb http://packages.openmediavault.org/public kralizec main
deb file:/var/cache/openmediavault/archives /deb http://http.debian.net/debian wheezy main
deb-src http://http.debian.net/debian wheezy maindeb http://http.debian.net/debian wheezy-updates main
deb-src http://http.debian.net/debian wheezy-updates maindeb http://security.debian.org/ wheezy/updates main
deb-src http://security.debian.org/ wheezy/updates mainZitatcat /etc/apt/sources.list
## deb cdrom:[Debian GNU/Linux 6.0.0 _Squeeze_ - Official Snapshot amd64 LIVE/INSTALL Binary 20130824-13:07]/ squeeze main non-free
#deb cdrom:[Debian GNU/Linux 6.0.0 _Squeeze_ - Official Snapshot amd64 LIVE/INSTALL Binary 20130824-13:07]/ squeeze main non-free
deb http://ftp.fr.debian.org/debian/ squeeze main
deb-src http://ftp.fr.debian.org/debian/ squeeze maindeb http://security.debian.org/ squeeze/updates main non-free
deb-src http://security.debian.org/ squeeze/updates main non-free# squeeze-updates, previously known as 'volatile'
deb http://ftp.fr.debian.org/debian/ squeeze-updates main non-free
deb-src http://ftp.fr.debian.org/debian/ squeeze-updates main non-freeZitat
postfix:
Installé : 2.9.6-2
Candidat : 2.9.6-2openmediavault-keyring:
Installé : 0.2
Candidat : 0.2
but when i try install openmedivault 0.6Zitatapt-get install openmediavault
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Certains paquets ne peuvent être installés. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.
L'information suivante devrait vous aider à résoudre la situation :Les paquets suivants contiennent des dépendances non satisfaites :
openmediavault : Dépend: bootlogd mais ne sera pas installé
E: Paquets défectueux -
Oh ok thx it's work fine now sorry -.-'
-
Virtual Server
Zitatcat /etc/apt/sources.list
## deb cdrom:[Debian GNU/Linux 6.0.0 _Squeeze_ - Official Snapshot amd64 LIVE/INSTALL Binary 20130824-13:07]/ squeeze main non-free
#deb cdrom:[Debian GNU/Linux 6.0.0 _Squeeze_ - Official Snapshot amd64 LIVE/INSTALL Binary 20130824-13:07]/ squeeze main non-free
deb http://ftp.fr.debian.org/debian/ squeeze main
deb-src http://ftp.fr.debian.org/debian/ squeeze maindeb http://security.debian.org/ squeeze/updates main non-free
deb-src http://security.debian.org/ squeeze/updates main non-free# squeeze-updates, previously known as 'volatile'
deb http://ftp.fr.debian.org/debian/ squeeze-updates main non-free
deb-src http://ftp.fr.debian.org/debian/ squeeze-updates main non-freeZitatcat /etc/apt/sources.list.d/*
deb http://backports.debian.org/debian-backports squeeze-backports main non-free
deb http://packages.omv-extras.org/debian/ sardaukar-backports main
deb http://packages.openmediavault.org/public kralizec main
deb file:/var/cache/openmediavault/archives /deb file:/var/cache/openmediavault/archives -
Physic Server:
Zitatcat /etc/apt/sources.list
## deb cdrom:[Debian GNU/Linux 6.0.0 _Squeeze_ - Official Snapshot amd64 LIVE/INSTALL Binary 20121202-11:35]/ squeeze main non-free
#deb cdrom:[Debian GNU/Linux 6.0.0 _Squeeze_ - Official Snapshot amd64 LIVE/INSTALL Binary 20121202-11:35]/ squeeze main non-free
deb http://ftp.fr.debian.org/debian/ squeeze main
deb-src http://ftp.fr.debian.org/debian/ squeeze maindeb http://security.debian.org/ squeeze/updates main non-free
deb-src http://security.debian.org/ squeeze/updates main non-free# squeeze-updates, previously known as 'volatile'
deb http://ftp.fr.debian.org/debian/ squeeze-updates main non-free
deb-src http://ftp.fr.debian.org/debian/ squeeze-updates main non-free
deb http://shell.ninthgate.se/packages/debian squeeze mainZitatcat /etc/apt/sources.list.d/*
deb http://backports.debian.org/debian-backports squeeze-backports main non-free
deb http://packages.omv-extras.org/debian/ sardaukar-backports main
deb-src http://packages.steve.org.uk/minidlna/squeeze/ ./
# Custom repos
# Regular omv-extras.org repo
deb http://packages.omv-extras.org/debian/ sardaukar main
# Testing omv-extras.org repo
deb http://packages.omv-extras.org/debian/ sardaukar-testing main
deb http://packages.omv-plugins.org donald main
deb http://packages.omv-plugins.org fedaykin main
deb http://packages.openmediavault.org/public kralizec main
deb http://download.opensuse.org/r…oud:community/Debian_6.0/ /