Afpd with users and guests

Hi everyone !
I have some trouble for configuring an afpd server.
I want a guest access to
- box folder (rw)
- data (r)
and users access to
- box folder (rw)
- data (rw)
- user folder (rw)
(with all folder executable, of course)
Sounds simple, but it's not...
afpd.conf:
- -noddp -uamlist uamsdhx.so,uamsguest.so -unixcodepage utf8 -maccodepage UTF8-MAC
AppleVolumes.default:
"/mnt/soho_storage/samba/shares/Adrien" "Adrien" allow:Adrien,Marie@Poopy deny:admin options:usedots,upriv perm:0777 cnidscheme:dbd
"/mnt/soho_storage/samba/shares/Boite" "Boite" options:usedots,upriv perm:0777 cnidscheme:dbd
"/mnt/soho_storage/samba/shares/Data" "Data" options:usedots,upriv perm:0775 cnidscheme:dbd
"/mnt/soho_storage/samba/shares/Marie" "Marie" allow:Adrien,Marie@Poopy deny:admin options:usedots,upriv perm:0777 cnidscheme:dbd
But I never get write permission, except the one who drop files.
That's very annoying.
I'm sure it's quite simple, but I can't figure out why it doesn't work.
By the way, I don't know the netatalk version, what's the command to get it ?
Thanks a lot,
Adrien

Hi Raja,
Is there any discrepency in the prevelages between the individual users and the group they belong to.
Sandeep Reddy Enti
HCC
http://hyperionconsultancy.com/

Similar Messages

  • Authentification with user and password

    hello experts,
    Someone knows, what steps are necessary to carry out in XI for Authentification  with user and pasword in  SOAP adapter receiver?.
    It's necesary put something in  visual  administrator?
    thanks for all

    user/pwd need to be provided by the Soap client. You'll need to store it there and maintain whenever the pwd is changed in XI.
    As of best practices:
    - The minimum requirements here should be SSL, so that no one can get the pwd;
    - Also, as to avoid this, you could take a look at client authentication with certificates.
    Regards,
    Henrique.

  • Can't access a school web site that I've used for years-can't log in with user and password. All other bookmarks are fine-tried several things including re-install-Other browsers are O.K.

    I have an iMac-have used Firefox exclusively for years. I can't access a school web site-can't get past the log in with user ID and password. Screen stays at log in screen. Tried clearing history-tried uninstall and re-install. All other web sites/bookmarks work fine. Thanks in advance.

    Try clearing the cache and deleting cookies for the site, this can sometimes resolve problems accessing sites that used to work. See [[how to clear the cache]] and [[deleting cookies]] for details.

  • Creating a report with user and lastlogintime

    Hello,
    I need to create a report to show the users and their lastlogintime.
    How can this be accomplished?
    We have OIM 10g integrated with OAM and OID.
    Thanks
    Khanh

    Hi,
    Yes, It should be possible if your OAM is storing user's session.
    http://docs.oracle.com/cd/E21764_01/doc.1111/e15478/session.htm#CHDDAGHI
    Try to make some SQL queries using OAM DB and execute those queries using BI publisher to generate the reports.
    Just check whether OOTB OAM reports includes any such kind of reports.
    http://docs.oracle.com/cd/E21764_01/doc.1111/e15478/audit.htm#BABEJGAA
    ~J

  • Link to folder with user and password

    Hi all!
    From my action I want to redirect to a file in order to download it but the problem is that this file is in a web folder with user/password
    How can I redirect to it to downlad it directly without introducing user and password manually by the customer?
    Thanks!
    T

    Do you understand where this user/password restriction comes from? It look like just a HTTP based authentication. A Servlet can access the local file system directly without issueing a new HTTP request for that. Or is that file located at another server?

  • Issues with Users and Groups

    Hi All,
    One of my customer has the following issue:
    Users in a group were able to access the applications as per their privileages but all of a sudden some users of the group were unable to access the applications.
    Then created a new group with the users and assigned them with the privileages and then they were able to access the applications.
    Version of essbase is 7.1.3 and version of EAS is 7.1.5
    Can anyone help me what may the cause for the above issue.
    Thanks,
    Raja
    Edited by: user647562 on Mar 6, 2009 12:53 PM

    Hi Raja,
    Is there any discrepency in the prevelages between the individual users and the group they belong to.
    Sandeep Reddy Enti
    HCC
    http://hyperionconsultancy.com/

  • WebService in XI with user and password

    Hello,
    I´ve created a webservice in XI. When I call this webservice without user and password from an external tool (soapUI 1.7.5), the following error appears:
    +Logon Error Message
    Der Aufruf der URL http:... wurde aufgrund fehlerhafter Anmeldedaten abgebrochen.+
    (means: the call failed because of missing authorization)
    Ok, but where can I implement the user and passwort, that this webservice can be called automatically from an other application?
    Thanks for your assistence.
    Kind regards
    Martin

    Hi Huber,
    <b>but where can I implement the user and passwort, that this webservice can be called automatically from an other application?</b>
    open the WSDL  ....and in the left side (bottom) u can see option of user name and password...but i guess its not possible to login automaticaly.
    u have to provide the username and password evrytime....
    regards
    biplab

  • URL in sender SOAP channel with user and password

    Hi Expert,
    I have developed SOAP to proxy scenario.The serder WSDL is generated by using sender agreement. In the WSDL we are using default below URL.
    http://host:port/XISOAPAdapter/MessageServlet?channel=party:service:channel
    But the client requirement is that he want SAP user and password also in above url.
    Is this possible in sender SOAP channel?
    Any body can please help me for above issue?
    Thanks.
    Edited by: darshana-PI on Feb 1, 2012 5:26 PM

    Thanks prateek,
    we have used HTTP plain adapter for this and used below link to call that interface in PI. And its working.
    http://server:port/sap/xi/adapter_plain?service=<xxx>&namespace=<xxx>&interface=<xxx>&sap-user=<xxx>&sap-password=<xxx>&qos=BE
    I can understand the security related problem, but that was the requirement for end application.
    Thanks,
    Darshana.

  • Report with user and group

    Hi.
    I'm looking for the way to make a report from the BO 6.5 repository that has the user and the group where he is registered.
    Have someone done a query like this?
    Thanks in advanced

    select usr.m_actor_c_name as USUARIO,B.M_ACTL_N_ACTORTYPE,
    CASE WHEN b.M_ACTL_N_ACTORTYPE = 1 THEN 'COMPANY'
    WHEN b.M_ACTL_N_ACTORTYPE = 2 THEN 'GENERAL SUPERVISOR'
    WHEN b.M_ACTL_N_ACTORTYPE = 4 THEN 'SUPERVISOR'
    WHEN b.M_ACTL_N_ACTORTYPE = 8 THEN 'DESIGNER'
    WHEN b.M_ACTL_N_ACTORTYPE = 12 THEN 'SUPERVISOR DESIGNER'
    WHEN b.M_ACTL_N_ACTORTYPE = 16 THEN 'USER'
    WHEN b.M_ACTL_N_ACTORTYPE = 32 THEN 'DS'
    WHEN b.M_ACTL_N_ACTORTYPE = 64 THEN 'VERSATILE'
    WHEN b.M_ACTL_N_ACTORTYPE = 128 THEN 'CMDSETTING'
    END AS NOMBRE,
    usr_grps.m_actor_c_name as GRUPO
    from obj_m_actor usr,
    obj_m_actorlink usr_link1,
    obj_m_actorlink usr_link2,
    obj_m_actor usr_grps,
    OBJ_M_ACTORLINK B
    where usr_link1.m_actl_n_actorid = usr.m_actor_n_id
    AND usr_link1.m_actl_n_fatlinkid = usr_link2.m_actl_n_id
    AND usr_link2.m_actl_n_actorid = usr_grps.m_actor_n_id
    AND usr.M_ACTOR_N_ID = B.M_ACTL_N_ACTORID
    AND usr_link2.m_actl_n_lat != 1
    AND usr_link1.m_actl_n_lat != 1
    AND usr_link1.m_actl_n_actortype != 1
    AND usr.m_actor_n_lat != 1
    AND usr.m_actor_n_type != 1
    AND  UPPER(usr.M_ACTOR_C_NAME) LIKE 'MX%'
    Edited by: Manuel Morales on May 21, 2009 11:31 PM

  • List item with user and/or department field linked + dynamic update of department field

    Hi all,
    I've the mission to create a Sharepoint 2010 list to manage our IT assets.
    An asset is linked to a user or to a department. The user field is not mandatory, the department field yes.
    When creating or updating an item, we should be able to choose a user (person column) and the department should be automatically populated. Or we should also be able to let the user field blank and only choose a department.
    1. How can I manage this ? The user profile service is already configured, linked to the Active Directory. So user and department information is already in the User Profile.
    2. Second constraint : when a user is moving to an other department, the department field should be automatically updated for all items linked to this user. Any idea ?
    Thanks a lot and best regards,
    Steve Roh

    I think you must write some code for this functionality.
    It could be a custom web part or a custom field.

  • Proxy settings with user and password

    How can I configure the proxy settings if our proxy requests user and password.

    We have a proxy configuration that requieres the input of an user and a password. If we try to update the Creator, we get the error 'Unable to connect to the Update Center Server. Check proxy settings ...'.
    If I remember well, the first time I tried the update feature, I think I got a pop up window to input the user and the password for the proxy. But now I get always the error message. If we shut down the proxy it works fine.
    Today I tried the 'GoogleSearch' demo application and the same problen occures.
    Thanks for information
    Guenther

  • 802.1X un-authenticated user and guest VLAN

    Is there an option for 802.1X wired network to put any un-authenticated user onto the guest VLAN instead of no access? Thanks.

    You can read more about "802.1X authentication failure VLAN" in the release notes for cat 6000 8.4 new features. It may not be in your hardware yet.
    http://www.cisco.com/univercd/cc/td/doc/product/lan/cat6000/relnotes/ol_4498.htm

  • Taglib parsing problems when starting WLS 5.1 with user and region properties set to Turkish

    Hi,
    We are building an application for the Turkish market and we developed
    custom tags to translate static text on JSP pages.
    When WLS 5.1 is started with -Duser.region=TR and -Duser.language=tr, the
    compilation of the pages doesn't work.
    In fact, WL try to access a class called weblogic.servlet.jsp.stdtag.0nfo
    which can't be found.
    Turkish language has two kinds of 'i' letter and I have the impression that
    weblogic is convering the I of info into another caracter and that it tries
    to load the class with that specail caracter.
    Does anyone has seen this already and what could we do to fix this problem ?
    Thanks

    Hi,
    We are building an application for the Turkish market and we developed
    custom tags to translate static text on JSP pages.
    When WLS 5.1 is started with -Duser.region=TR and -Duser.language=tr, the
    compilation of the pages doesn't work.
    In fact, WL try to access a class called weblogic.servlet.jsp.stdtag.0nfo
    which can't be found.
    Turkish language has two kinds of 'i' letter and I have the impression that
    weblogic is convering the I of info into another caracter and that it tries
    to load the class with that specail caracter.
    Does anyone has seen this already and what could we do to fix this problem ?
    Thanks

  • WLC 5508 integration with fortigate and Guest Vlan

    Hi
    I have 5508 Cisco WLC and i want to connect my wlc one port to fortigate (FW) for direct internet.
    And other port in WLC i will connect on Cisco Core Switch for other SSID's and for management. Now the question is how to divide port in WLC 5508, how to point layer 3 traffic if don't configure switch port as trunk.
    Kindly what will be best solution.

    sh etherchannel 99 sum
    Flags:  D - down        P - bundled in port-channel
            I - stand-alone s - suspended
            H - Hot-standby (LACP only)
            R - Layer3      S - Layer2
            U - in use      N - not in use, no aggregation
            f - failed to allocate aggregator
            M - not in use, no aggregation due to minimum links not met
            m - not in use, port not aggregated due to minimum links not met
            u - unsuitable for bundling
            d - default port
            w - waiting to be aggregated
    Number of channel-groups in use: 38
    Number of aggregators:           38
    Group  Port-channel  Protocol    Ports
    ------+-------------+-----------+-----------------------------------------------
    99     Po99(SU)         -        Gi2/2/1(P)     Gi2/2/2(P)     Gi2/2/3(D)     
                                     Gi2/2/4(P)     
    Last applied Hash Distribution Algorithm: Fixed
    Gi2/2/3 is down becasue we had to shut down the interface because when it is up many APs refuse to register.

  • 15 concurrent users and JBO-35007 row currency has changed

    Hi!
    Something for the weekend :)
    I have an ADF/BC 10.1.3.3. application on 10.1.3.3. Oracle AS. I use a jazn security with users and roles stored in database tables. While testing with one or two users I never ran into the same problem as we had this week when testing with 15 users. I have an entity and VO with a whole attributes that are edited in a couple of jspx pages that composed with process train control. There are also a couple of detail data edited on this page. I'm using ProcessScope quite a lot to pass some information between the pages.
    Well, to get to the point: when testing with 15 users we had A LOT of JBO-35007 row currency has changed since the user interface was rendered errors in this process. Every user was editing it's own data row. The error appeared every time a user left the application inactive for a couple of seconds, entered some data and clicked commit. I'm not aware of the security settings of the browser on the testing computers and I can't get them now to see if something like this could be the problem.
    When I checked the log files, there are a lot of errors or warnings in them. I'll try to sum the ones that might be important for this issue. These errors appear a lot's of times in these log files that is why I'm assuming some of these are connected to my issue.
    application.log file in application-deployments logs:
    08/04/23 09:58:42.443 MyViewControllerArchive: Servlet error
    java.io.IOException: An existing connection was forcibly closed by the remote host
    08/04/23 11:31:47.980 MyViewControllerArchive: Servlet error
    java.io.IOException: An established connection was aborted by the software in your host machine
    08/04/23 11:31:49.402 MyViewControllerArchive: Servlet error
    java.lang.IndexOutOfBoundsException: SelectOne submittedValue's index 0 is out of bounds. It should be between 0 and -1
    08/04/23 11:33:19.104 MyViewControllerArchive: An established connection was aborted by the software in your host machine
    08/04/23 11:33:19.104 MyViewControllerArchive: Servlet error
    java.io.IOException: An established connection was aborted by the software in your host machine
    A whole lot of these kind of errors:
    08/04/23 11:24:06.80 MyViewControllerArchive: Servlet error
    oracle.jbo.common.ampool.ApplicationPoolException: JBO-30019: An unavailable cookie state was detected while attempting to use a cookie. applicationId: 54ffe51d30d5c84e0cb1979645a196749529aeb674d8, sessionId: MyModuleDataControl.
    08/04/24 08:39:22.424 MyViewControllerArchive: Servlet error
    java.lang.IllegalStateException: Response has already been committed
    log.xml file in oc4j folder:
    <MESSAGE>
              <HEADER>
                   <TSTZ_ORIGINATING>2008-04-23T09:53:49.165+02:00</TSTZ_ORIGINATING>
                   <COMPONENT_ID>adfinternal</COMPONENT_ID>
                   <MSG_TYPE TYPE="WARNING"/>
                   <MSG_LEVEL>1</MSG_LEVEL>
                   <HOST_ID>my_AS</HOST_ID>
                   <HOST_NWADDR>my_IP</HOST_NWADDR>
                   <MODULE_ID>view.faces.model.binding.FacesCtrlRangeBinding</MODULE_ID>
                   <THREAD_ID>10</THREAD_ID>
                   <USER_ID>SYSTEM</USER_ID>
              </HEADER>
              <CORRELATION_DATA>
                   <EXEC_CONTEXT_ID>
                        <UNIQUE_ID>1208937229:my_IP:3020:1764:630</UNIQUE_ID>
                        <SEQ>1</SEQ>
                   </EXEC_CONTEXT_ID>
              </CORRELATION_DATA>
              <PAYLOAD>
                   <MSG_TEXT>rowIterator is null</MSG_TEXT>
              </PAYLOAD>
         </MESSAGE>
    <MESSAGE>
              <HEADER>
                   <TSTZ_ORIGINATING>2008-04-23T09:48:30.903+02:00</TSTZ_ORIGINATING>
                   <COMPONENT_ID>j2ee</COMPONENT_ID>
                   <MSG_ID>J2EE DS-00265</MSG_ID>
                   <MSG_TYPE TYPE="WARNING"/>
                   <MSG_LEVEL>1</MSG_LEVEL>
                   <HOST_ID>my_AS</HOST_ID>
                   <HOST_NWADDR>my_IP</HOST_NWADDR>
                   <MODULE_ID>datasource</MODULE_ID>
                   <THREAD_ID>12</THREAD_ID>
                   <USER_ID>SYSTEM</USER_ID>
              </HEADER>
              <CORRELATION_DATA>
                   <EXEC_CONTEXT_ID>
                        <UNIQUE_ID>my_IP:57162:1208526415373:226</UNIQUE_ID>
                        <SEQ>0</SEQ>
                   </EXEC_CONTEXT_ID>
              </CORRELATION_DATA>
              <PAYLOAD>
                   <MSG_TEXT>Unclosed connection detected : 'oracle.oc4j.sql.spi.ConnectionFinalizer@f67148' : ''.</MSG_TEXT>
              </PAYLOAD>
         </MESSAGE>
    <MESSAGE>
              <HEADER>
                   <TSTZ_ORIGINATING>2008-04-23T09:53:54.165+02:00</TSTZ_ORIGINATING>
                   <COMPONENT_ID>adf</COMPONENT_ID>
                   <MSG_TYPE TYPE="WARNING"/>
                   <MSG_LEVEL>1</MSG_LEVEL>
                   <HOST_ID>my_AS</HOST_ID>
                   <HOST_NWADDR>my_IP</HOST_NWADDR>
                   <MODULE_ID>controller.faces.lifecycle.FacesPageLifecycle</MODULE_ID>
                   <THREAD_ID>13</THREAD_ID>
                   <USER_ID>SYSTEM</USER_ID>
              </HEADER>
              <CORRELATION_DATA>
                   <EXEC_CONTEXT_ID>
                        <UNIQUE_ID>1208937232:my_IP:3020:508:635</UNIQUE_ID>
                        <SEQ>299</SEQ>
                   </EXEC_CONTEXT_ID>
              </CORRELATION_DATA>
              <PAYLOAD>
                   <MSG_TEXT>JBO-35007: My 35007 JBO message since I overwritten the message text</MSG_TEXT>
              </PAYLOAD>
         </MESSAGE>
    The problem is I can't reproduce this behaviour any more in my environment. If someone could maybe point me to the errors that are important and could be the cause of this errors. Could this be an internet browser security settings issue? What about those errors about aborted connections?
    If you can't provide me an answer (which I know it would be very difficult by the information provided), maybe you could explain the cause of some of the errors described above?
    I'd appreciate any tips on this since I don't have e an idea how and where to start to at least reproduce and find out the cause of this. Than I'll worry about the solution :).
    Thank you in advance,
    BB

    Hi,
    I am also facing the same issue JBO-30019: An unavailable cookie state is detected while attempting to use a cookie from application {0}, session {1}.
    Is there anyone who has been able to reproduce this. If yes can you please update the following bug which is logged for the issue: [9507310|https://bug.oraclecorp.com/pls/bug/webbug_edit.edit_info_top?report_title=&rptno=9507310&query_id=814000&rptno_count=1&pos=1]
    It will be of much help.
    I have found the following page referring the problem: page, if this helps.
    Please update.
    Regards,
    Ashis
    글 수정: user9546421

Maybe you are looking for

  • App f110

    i  am trying to make payment to customer through APP but the record is not getting selected. I have done the following: first i have made sales invoice and received excess amount from a customer X. the excess amount is settled in partial payment in i

  • Issue with sample: SimpleReport

    I went through all the steps detailed in the sample report at https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9ddf91ce-0201-0010-3a86-9f4162bd348f#_header1_3 I'm having issues at the final step: I see no errors in the logs bu

  • How to pass the value from one page to another page

    Dear Gaurav I have three pages 1-creation page 2-search page 3-creation page in first creation page I have column name user write a% and submit to that search for that name. it is going to second page (search page)name a% is passed and search that co

  • ITunes 11 - Apple TV Homesharing Stopped Working

    Hi there I hope someone will have some advice as I've tried just about everything I can think of myself and no joy!  In short, homesharing between my iMac and Apple TV has suddenly stopped working - this is with: Apple TV - 5.1.1 iTunes - 11.0.1 OS X

  • Just another cmp transaction question

    Hi I would like to know if it is possible to manage cmp transaction from the client code. For example I need to execute some business method several times but I don't want the container to commit transaction after each execute but only if all execute