Is there a built-in samba capability in Lion?

I have tried everything I could think of using system preferences' sharing dialog to enable smb access to my Mac, but my android host cannot connect to it.
Looking over the discussions I found by searching on "samba" it seems that many folks are using a 3rd party utility to get samba functionality. Is this necessary? 
Any help would be appreciated.

PAHU --
I just want to make sure I understand your reply -- by switching FIlesharing via AFP->OFF and Windows sharing via SMB->ON, I can now connect from my android device.  However, I cannot get past the login dialog. All attempts to enter my password and username result in failure.  Is this what you mean by authentication? I am a bit confused because you used "connecting" and "authentication" together.
Thanks in advance for clarifying.

Similar Messages

  • How to parse a string in CVP 7.0(1). Is there a built-in java class, other?

    Hi,
    I need to parse,in CVP 7.0(1), the BAAccountNumber variable passed by the ICM dialer.  Is there a built-in java class or other function that would help me do this?
    Our BAAccountNumber variable looks something like this: 321|XXX12345678|1901|M. In IP IVR I use the "Get ICM Data" object to read the BAAccountNumber variable from ICM and then I use the "token index" feature to parse the variable (picture below).
    Alternately, IP IVR also has a Java class that allows me to do this; the class is "java.lang.String" and the method is "public int indexOf(String,int)"
    Is there something equivalent in CVP 7.0(1)?
    thanks

    Thanks again for your help.  This is what I ended up doing:
    This configurable action element takes a string seperated by two "|" (123|123456789|12)
    and returns 3 string variables.
    you can add more output variables by adding to the Setting array below.
    // These classes are used by custom configurable elements.
    import com.audium.server.session.ActionElementData;
    import com.audium.server.voiceElement.ActionElementBase;
    import com.audium.server.voiceElement.ElementData;
    import com.audium.server.voiceElement.ElementException;
    import com.audium.server.voiceElement.ElementInterface;
    import com.audium.server.voiceElement.Setting;
    import com.audium.server.xml.ActionElementConfig;
    public class SOMENAMEHERE extends ActionElementBase implements ElementInterface
         * This method is run when the action is visited. From the ActionElementData
         * object, the configuration can be obtained.
        public void doAction(String name, ActionElementData actionData) throws ElementException
            try {
                // Get the configuration
                ActionElementConfig config = actionData.getActionElementConfig();
                //now retrieve each setting value using its 'real' name as defined in the getSettings method above
                //each setting is returned as a String type, but can be converted.
                String input = config.getSettingValue("input",actionData);
                String resultType = config.getSettingValue("resultType",actionData);
                String resultEntityID = config.getSettingValue("resultEntityID",actionData);
                String resultMemberID = config.getSettingValue("resultMemberID",actionData);
                String resultTFNType = config.getSettingValue("resultTFNType",actionData);
                //get the substring
                //String sub = input.substring(startPos,startPos+numChars);
                String[] BAAcctresults = input.split("\\|");
                //Now store the substring into either Element or Session data as requested
                //and store it into the variable name requested by the Studio developer
                if(resultType.equals("Element")){
                    actionData.setElementData(resultEntityID,BAAcctresults[0]);
                    actionData.setElementData(resultMemberID,BAAcctresults[1]);
                    actionData.setElementData(resultTFNType,BAAcctresults[2]);
                } else {
                    actionData.setSessionData(resultEntityID,BAAcctresults[0]);
                    actionData.setSessionData(resultMemberID,BAAcctresults[1]);
                    actionData.setSessionData(resultTFNType,BAAcctresults[2]);
                actionData.setElementData("status","success");
            } catch (Exception e) {
                //If anything goes wrong, create Element data 'status' with the value 'failure'
                //and return an empty string into the variable requested by the caller
                e.printStackTrace();
                actionData.setElementData("status","failure");
        public String getElementName()
            return "MEDDOC PARSER";
        public String getDisplayFolderName()
            return "SSC Custom";
        public String getDescription()
            return "This class breaks down the BAAccountNumber";
        public Setting[] getSettings() throws ElementException
             //You must define the number of settings here
             Setting[] settingArray = new Setting[5];
              //each setting must specify: real name, display name, description,
              //is it required?, can it only appear once?, does it allow substitution?,
              //and the type of entry allowed
            settingArray[0] = new Setting("input", "Original String",
                       "This is the string from which to grab a substring.",
                       true,   // It is required
                       true,   // It appears only once
                       true,   // It allows substitution
                       Setting.STRING);
            settingArray[1] = new Setting("resultType", "Result Type",
                    "Choose where to store result \n" +
                    "into Element or Session data",
                    true,   // It is required
                    true,   // It appears only once
                    false,  // It does NOT allow substitution
                    new String[]{"Element","Session"});//pull-down menu
            settingArray[1].setDefaultValue("Session");
            settingArray[2] = new Setting("resultEntityID", "EntityID",
              "Name of variable to hold the result.",
              true,   // It is required
              true,   // It appears only once
              true,   // It allows substitution
              Setting.STRING);  
            settingArray[2].setDefaultValue("EntityID");
            settingArray[3] = new Setting("resultMemberID", "MemberID",
                    "Name of variable to hold the result.",
                    true,   // It is required
                    true,   // It appears only once
                    true,   // It allows substitution
                    Setting.STRING);  
            settingArray[3].setDefaultValue("MemberID");
            settingArray[4] = new Setting("resultTFNType", "TFNType",
                      "Name of variable to hold the result.",
                      true,   // It is required
                      true,   // It appears only once
                      true,   // It allows substitution
                      Setting.STRING);  
            settingArray[4].setDefaultValue("TFNType");    
    return settingArray;
        public ElementData[] getElementData() throws ElementException
            return null;

  • Is there any built in software for reading EPUB. In iTunes or iMac ?

    Hi All,
    Is there any built in software for reading EPUB. In iTunes or iMac ?
    Is there a kind of plug in for iTunes that let you read EPUB files ?
    If nothing is provided, what woul be the best alternative ?
    What's the best software for reading EPUB on an iMac ?
    Many thanks.
    Bests,

    There's nothing built in. I don't know what the best is, but you could try this:
    calibre - E-book management

  • Type "purge" in Terminal and get:   -bash: purge: command not found   Is there another built-in command to clear memory leaks?   want to clear memory periodically

    I have 10.6.8.  When I type "purge" in Terminal I get:   -bash: purge: command not found   Is there another built-in command to clear memory leaks?   I have FreeMemory (works well) and considering FreeMemory Pro, to clear memory periodically, say every 20 minutes, or preferably when a threshold is reached, say when only 100MB is available.

    To get purge to work you need to install Xcode from Optional Installs on the 10.6 install DVD. Also be sure you install CHUD Tools with it.
    But running purge or anything like it is pointless if within a short period of time the VM just grows back again. Sounds like you need more RAM.
    Where are the memory leaks? Just because the VM reaches a certain size doesn't necessarily mean it's from a memory leak.

  • Is there a built in OA bean for pop windows?

    Hi All,
    I have requirement to create a pop window on a column in table region.
    This pop window will take parameters from the VO associated with the table and populate with additional information.
    Is there a built in pop window bean that can be used. Or the only option is to create a custom page and have javascript :window.open function to have pop window functionality?
    Thanks

    Yup, no popup bean provided by the framework. Only option is to use javascript handled windows.
    --Shiv                                                                                                                                                                                                                   

  • Is there any built in function that prints numbers in words inXMLP

    Hi Team,
    This is regarding SR#3-7005716301 from Syntel Limited.
    Customer is asking Is there any built in function that prints numbers in words in an rtf teamplate using xml publisher?
    For example if the net amount is 100 dollars then it should print "ONE HUNDRED DOLLARS AND ZERO CENTS ONLY"
    Thanks in advance!
    Leo

    I do not know of any function available that lets you print the currency words (dollars, cents etc). Here is a link to a blog post that will allow you to print numbers in words.
    https://blogs.oracle.com/xmlpublisher/entry/numbers_to_words_update
    Thanks,
    Bipuser

  • Is there any built in program

    is there any built in program to convert a wmv to a readable format? If there isn't is there a way I can do I with apple script

    Not built-in, since WMV is a proprietary format. VLC is a free player, and Flip4Mac is a free QuickTime plugin that handles WMV.

  • Equium A110-233: Is there a built in microphone?

    Hello,
    Is there a built in microphone on this Tosh? It does not work!
    Thanks!

    Hi,
    the Equium A110-233 doesn't have a built in microphone, just a port to connect an external one.
    Bye

  • I am having problems with mail after upgrading to mountain lion. Is there a way to go back to lion?

    I am having problems with mail after upgrading to mountain lion. Is there a way to go back to lion?

    It would always be easier to fix the Mail problems.

  • Mountain Lion won't install on 10.7.4. Suggestion from Apple is to completely erase harddisk and install Leopard Snow Leopard Mountain Lion. Is there no other way to install Mountain Lion

    Mountain Lion won't install on 10.7.4. Suggestion from Apple is to completely erase the harddisk and install Leopard > Snow Leopard > Mountain Lion.
    Is there no other way to install Mountain Lion?

    I tried and failed for several hours to install Mountain Lion, and was repeatedly getting the "Recovery System" cannot be created error.  I tried all the tricks: resizing the drive partition, booting from an external boot drive, all to no avail.  After reading other users struggling with the same issue, I had determined it to be a boot camp drive error.  However, I didn't want to have to erase and begin anew when I came upon a possible solution.  I had long ago renamed my boot camp drive with a "." (".windows" for me) in order to avoid having the partition show up on my desktop.  So, I boot into windows and renamed the c: drive without the "." ("windows"), and reboot into os x.  The install then went off without a hitch.  I hope this will be helpful for others struggling with this issue that may have renamed their boot camp drives in a similar manner.

  • Microsoft Office 2011 no longer opens because "there is a problem" after updating mountain lion when the app store said there was an update available this morning. Reinstalling did not work. What's the problem?

    Microsoft Office 2011 no longer opens because "there is a problem" after updating mountain lion when the app store said there was an update available this morning. Reinstalling did not work. What's the problem?

    Has your problem been solved by the updates??
    Have a similar problem. This MacBook opened all MS Office programs in Dec2012 but no longer does in Feb2013. Went to Microsoft/mac/downloads but none of the three updates would run citing a problem "version of software needed to run this update was not found on this volume".
    MacBook: 7.1, Intel Core 2 Duo, 2.4 GHz
    Microsoft Office 2011:  version 14.2.3
    Mountain Lion: 10.8.2 (12C60)

  • When Lion officially comes out from the Mac App Store, I understand that I can just buy it from there. However, will the laptops have Lion automatically? Or does it come with Snow leopard still.

    When Lion officially comes out from the Mac App Store, I understand that I can just buy it from there. However, will the laptops have Lion automatically? Or does it come with Snow leopard still.

    The ones sold that day will come with Snow Leopard most likely but they will be able to get a free upgrade to LIon if they apply within 30 days. Hardware coming through the supply chain from the day of the announcement will have Lion installed so it depends what stock people have to move before buyers see those.

  • My mac says theres an error when reinstalling os x lion

    I wanted to clean up my laptop so I wiped it and rebooted it without using a disk method, and then I tried to download the software again but my laptop says theres a error with preparing the installation.

    Lion is no longer available from the App Store.
    But since you already purchased Lion, use the email form to contact Apple here > Apple - Support - Mac App Store - Contact Support

  • Is there compatibility problem with updating OS-X Lion to new Mountain Lion?

    is there compatibility problem with updating OS-X Lion to new Mountain Lion?

    http://www.apple.com/osx/specs/

  • Is there anyway I can get rid of Lion and get back to Snow Leopard?

    Is there anyway I can get rid of Lion and get back to Snow Leopard?

    Back to Snow Leopard from Lion install method
    Read and print out these instructions, your computer is going to be offline and you wil be cutoff from help until your machine is restored.
    Clear the Desktop, Downloads and Trash of anything you wish to keep by placing their files in the respective Documents, Music, Pictures, Movie folders.
    Disconnect other drives except the sole backup drive.
    Backup ALL your Users folders (Documents, Pictures, Movies, Music etc) manually (drag and drop methods) to a (not TimeMachine) external powered drive (HFS+ journaled formatted in Disk Utility) and disconnect, your going to be wiping the entire boot disk of ALL DATA.
    (warning, everything will be gone and not recovered, OS, programs, files, Windows etc all gone.)
    Note: You might want to hold c and boot off the 10.6 installer disk and use Disk Utility to format the new blank external drive instead of using OS X Lion if that's hosed. Then reboot into Lion and copy files, may be safer that way.
    Here we go!
    Hold c and boot off the 10.6 installer disk that comes with your computer and second screen in just STOP there, don't install OS X yet.
    Look at the Utilities Menu for Disk Utility.
    On the left is the name of your hard drive maker, click it and Erase (format HFS+ Journaled), give it the same drive name as before, and click Erase...
    (note: if you want to "scrub" the drive of old files that haven't been overwritten yet, then use the Security Option > Zero Erase, takes a lot longer)
    This should wipe the drive of ALL partitions (GUID, OS X and 10.7 Recovery, Windows if present)
    When it's done, quit and install OS X 10.6. Then install all your programs from fresh sources and validate/update.
    When you setup a first account, use the same user name as before, this way you can simply drag and drop the content of your previous Users folders from the external drive right back into the new Users folders and everything should work peachy. Links in iTunes to music, playlists and iPhoto links especially.
    Update OS X to 10.6.8 using the Combo Update for best results.
    http://support.apple.com/kb/DL1399
    (Note: If your original machine had 10.5 and you want the free iLife that comes with the disks with the computer, then you'll have to install 10.5 first using the same c boot/erase/format methods as above, then update to 10.6 via the disk, then Combo Update 10.6.8)
    Final step optional but highly recommended.
    A lot of people use a Carbon Copy Clone of their boot drive to a new HFS+Journaled external drive (used only for this purpose) as a "hold the option key" bootable backup in case something goes wrong with their boot drive or need to restore to a previous OS X version..  (in addition to TimeMachine drive for more immediate backups.)
    It's not advised to have a Bootable Clone and a TimeMachine partition on the same external drive, as two drives gives hardware protection in case one fails.

Maybe you are looking for