Help needed about user activities...

Hi
How to set password againg using /etc/default/passwd?
i.e after setting MAXWEEKS=5, users can login to the system without asking them for password change after 5 weeks and if any users do passwd to change his password the above setting (MAXWEEKS=5) will appear on the shadow files on his line.
I have many users and I need to apply password againg to all of them using /etc/default/passwd. Can its possible?
Thanks
Mohammed Tanvir

Hi
How to set password againg using /etc/default/passwd?
i.e after setting MAXWEEKS=5, users can login to the system without asking them for password change after 5 weeks and if any users do passwd to change his password the above setting (MAXWEEKS=5) will appear on the shadow files on his line.
I have many users and I need to apply password againg to all of them using /etc/default/passwd. Can its possible?
Thanks
Mohammed Tanvir

Similar Messages

  • Help needed about user exits

    Hi frnds.
    For long time i have been searching for user exits for following txns. If any body have some idea i will appreciate it a lot.
    1.ME01(MAINTAIN SOURCE LIST)
    2.ME11(CREATE INFO RECORD)
    3.MB01(GR for PO)
    4.ME31(CREATE ONLINE AGREEMENT)
    5.ME51(CREATE PURCHASE REQUISITION)
    Waiting for your replies.
    Regards,
    Arpit

    Hi Arpit,
    You can use following code to find user-exits in any SAP standard transactions...
    Finding the user-exits of a SAP transaction code
    Enter the transaction code in which you are looking for the user-exit
    and it will list you the list of user-exits in the transaction code.
    Also a drill down is possible which will help you to branch to SMOD.
    Written by : SAP Basis, ABAP Programming and Other IMG Stuff
                 http://www.sap-img.com
    report zuserexit no standard page heading.
    tables : tstc, tadir, modsapt, modact, trdir, tfdir, enlfdir.
             tables : tstct.
    data : jtab like tadir occurs 0 with header line.
    data : field1(30).
    data : v_devclass like tadir-devclass.
    parameters : p_tcode like tstc-tcode obligatory.
    select single * from tstc where tcode eq p_tcode.
    if sy-subrc eq 0.
       select single * from tadir where pgmid = 'R3TR'
                        and object = 'PROG'
                        and obj_name = tstc-pgmna.
       move : tadir-devclass to v_devclass.
          if sy-subrc ne 0.
             select single * from trdir where name = tstc-pgmna.
             if trdir-subc eq 'F'.
                select single * from tfdir where pname = tstc-pgmna.
                select single * from enlfdir where funcname =
                tfdir-funcname.
                select single * from tadir where pgmid = 'R3TR'
                                   and object = 'FUGR'
                                   and obj_name eq enlfdir-area.
                move : tadir-devclass to v_devclass.
              endif.
           endif.
           select * from tadir into table jtab
                         where pgmid = 'R3TR'
                           and object = 'SMOD'
                           and devclass = v_devclass.
            select single * from tstct where sprsl eq sy-langu and
                                             tcode eq p_tcode.
            format color col_positive intensified off.
            write:/(19) 'Transaction Code - ',
                 20(20) p_tcode,
                 45(50) tstct-ttext.
                        skip.
            if not jtab[] is initial.
               write:/(95) sy-uline.
               format color col_heading intensified on.
               write:/1 sy-vline,
                      2 'Exit Name',
                     21 sy-vline ,
                     22 'Description',
                     95 sy-vline.
               write:/(95) sy-uline.
               loop at jtab.
                  select single * from modsapt
                         where sprsl = sy-langu and
                                name = jtab-obj_name.
                       format color col_normal intensified off.
                       write:/1 sy-vline,
                              2 jtab-obj_name hotspot on,
                             21 sy-vline ,
                             22 modsapt-modtext,
                             95 sy-vline.
               endloop.
               write:/(95) sy-uline.
               describe table jtab.
               skip.
               format color col_total intensified on.
               write:/ 'No of Exits:' , sy-tfill.
            else.
               format color col_negative intensified on.
               write:/(95) 'No User Exit exists'.
            endif.
          else.
              format color col_negative intensified on.
              write:/(95) 'Transaction Code Does Not Exist'.
          endif.
    at line-selection.
       get cursor field field1.
       check field1(4) eq 'JTAB'.
       set parameter id 'MON' field sy-lisel+1(10).
       call transaction 'SMOD' and skip first   screen.
    *---End of Program
    Regards,
    Sriram

  • Help needed - moved user accounts

    I did an upgrade install on my Dual G5 today, but Leopard doesn't know where my users' files are located. I have a very fast (but smaller) HDD for the OS, and moved my user files to a larger HDD. The links were not carried over in the upgrade/install.
    I believe it was a post from Kappy that helped me in moving my user folders initially. Can anyone help me with the needed command line entries needed so that Leopard knows to look to the other HDD for my users?
    Thanks-Gary

    If you've reached the limit of 5 authorisations you have the option once a year to deauthorise them all in one go and start over. By the way, this has nothing to do with the number of products you've purchased and registered. The reason for this is that you have a limit of 5 computers on which you can play purchased content: About iTunes Music Store Authorisation and Deauthorisation
    If your system crashes or your reinstall your operating system without deauthorising iTunes first, even a single computer can use up your limit of 5 authorisations. See also this article: One computer using multiple iTunes Music Store authorizations

  • Expert help needed-grant user permision in Applet

    Hi
    im writing an Applet that needs to read and write files on user's local machine.
    As far as i know i guess i need to grant users permissions. I would like to do it in the easiest way for him(so he wouldnt need to change his policy file manualy, but clic on 'ok')
    First of all, is it the only way to do that?
    And above all, how to do that?
    Could anybody tell me exactly how do i get my applet signed step by step?
    Please, a beginer needs help here, it would be great if anybody could tell me how to do that STEP BY STEP.
    I have read several post about it, but none was clear enought for me.
    If someone could give a hint or a sample code it would be very appreciated.
    thanx a lot :)

    see http://java.sun.com/docs/books/tutorial/jar/sign/signing.html
    To summarize:
    1) Use keytool to generate a key
    keytool -genkey -keystore mystore -alias myaliasFollow the instructions given, i.e, fill all the blanks.
    2) Use jarsigner to sign your jar
    jarsigner -keystore mystore my_jar_file.jar myaliasBut you are really skipping everything which you need to understand.

  • Help needed about Nearline storage in BW 3.5.

    Hi Guys,
    Can you please provide me with some documents for implementing Nearline storage scenarios in BW 3.5.
    Thanks,
    Punkuj...

    Hi Punkuj,
    We use Nearline storage to store the data that is never been user or used very rarely.For example we have data for year 1960 in the data targets and now it is 2007.So mostly the management never uses this data or they uses them very rearly.So when we retrive the data from the data targets the DB unnecessarly reads the data every time when a report is generated on those targets.So to avoid this performance issue we store that kind of data in a seperate disk and we access that data using a multi provider when we need that in Report.This data is also known as Dormat data.
    Hope this will help you.
    Thanks and Regards
    SandeepKumar.G

  • Help needed about Financial 11i installation

    Hi
    i m try to Install Financial 11i my stand alone PC.i m using Windows Xp with services Pack 2 & install all need software . i m getting error any one help me how can i remove that errorss.
    command : cmd.exe /c F:\Uninstall Oracle Financial\Stage11i\startCD\Disk1\rapidwiz\bin\adchkutl.cmd D:\cygwin\bin D:\v98
    There was an error while running the command - cmd.exe /c F:\Uninstall Oracle Financial\Stage11i\startCD\Disk1\rapidwiz\bin\adchkutl.cmd D:\cygwin\bin D:\v98
    'F:\Uninstall' is not recognized as an internal or external command,
    operable program or batch file.
    RW-50011: Error: - System Utilities Availability test has returned an error: 1
    MtierInfoPanel
    command : cmd.exe /c F:\Uninstall Oracle Financial\Stage11i\startCD\Disk1\rapidwiz\bin\checkOS.cmd
    There was an error while running the command - cmd.exe /c F:\Uninstall Oracle Financial\Stage11i\startCD\Disk1\rapidwiz\bin\checkOS.cmd
    'F:\Uninstall' is not recognized as an internal or external command,
    operable program or batch file.
    RW-50011: Error: - Operating System patch/version test has returned an error: 1
    O/S User and Group Check
    command : cmd.exe /c F:\Uninstall Oracle Financial\Stage11i\startCD\Disk1\rapidwiz\bin\adchkutl.cmd D:\cygwin\bin D:\v98
    There was an error while running the command - cmd.exe /c F:\Uninstall Oracle Financial\Stage11i\startCD\Disk1\rapidwiz\bin\adchkutl.cmd D:\cygwin\bin D:\v98
    'F:\Uninstall' is not recognized as an internal or external command,
    operable program or batch file.
    RW-50011: Error: - System Utilities Availability test has returned an error: 1
    RW-10001: Rapidinstall wizard has detected that your configuration has errors. You must resolve these issues before continuing.
    Returning to wizard after Install Check Failed warning.
    Thanks
    Rizwan Shafiq

    Do not use any directory name which contains spaces (i.e. F:\Uninstall Oracle Financial). Change the directory name to be (F:\Stage11i), clean up your previous installation and start over again.
    The same thing is applicable to (VC++, MKS, Cygwin ..etc)
    It should work then.

  • Help needed about using wifi

    Please can somebody tell me in words of one syllable exactly what I need to start using an ipad for surfing the internet?  I want to use it to access web pages while I'm out and about.  Do I need a contract with a phone carrier?  Does it need to be a mobile phone carrier?  Could I use my landline number if I have broadband access on that?
    I just can't work out whether I can use the ipad straight away without doing anything or whether I need to involve a mobile or landline/broadband supplier.
    Please help - I'm soo confused.

    a Local area network also called LAN network is what most people use in their house
    it's cables you connect 1 or more computers to get Internet and  access files from eachother
    wifi id 100% that!
    just without the cable
    you have wifi router with a password on
    you go into the settings on the ipad and choose the wifi router name on the list and type in the password
    and you're able to go online
    if you are not within reach of your wifi network you need to reply on public wifi networks if any are aviable where you are at the given time some would be free some would require you to pay them for service
    you only need to contact a phone carrier if you don't wish to use wifi because you have an ipad which along side wifi support 3g internet then you need to contact a carrier and get a micro sim and a contract
    if you already have an mobile phone which qualify as a smart phone you may be able to use that as a wifi hotspot to get on the internet using the phone but in some places this require you to pay extre to your phone contract

  • Help needed about thread priority

    Hello, could someone help me with the priorities in java? I got 10 levels in total(1-10), but I do need at least 20 levels for my multiple threads program.
    Thank you for your kind help in advance.

    First, let me apologize if I am incorrect, but it seems that the native Thread implementation restricts you to 10 priorities regardless.
    However, you can do just about anything you envision, but it will require some implementation on your part.
    You could implement a subclass of thread that contains your priority (which could be from 1-20). You could then maintain a ThreadManager that would store all running threads, and would accept requests to start and stop threads. The ThreadManager could make decisions about which threads to run, which to interrupt, which to sleep, etc., based on your priority value.
    This sounds like alot to swallow, but I'm sure it's doable if you understand threads.

  • IWeb help needed - new user

    "Publisher" documents have converted to iWeb documents but won't open. I'm a new Mac user so need some help :-)

    What application was used to create the .pub files?  If there's no Mac equivalent that can open and use them just select one of the files, type Command+i to bring up the Info window, go to the Open with menu and select "TextEdit".  Then click on the Apply to all button.  This unlinks iWeb from those .pub files so when you double click on one of them iWeb won't try to open.
    If you have a Mac application that can be used to open and use those .pub files then select it in the Open with: menu.
    There is no Mac application that can open the .pub (Microsoft Publisher) files.  However, this site, eHOW, has a link to a web site that can convert those .pub file to PDF files which you can open on a Mac with Preview (included).  The link is Create PDF from Word & Other Formats.  You can give it a try.
    OT

  • Help Needed - Network user login

    Hi Guys,
    Need help.
    I Have a network of imac's which connect to a leopard server OD master. All my user can log on apart from one machine, where none of the users can log in to.
    I have checked the username and passwords and are all correct, but on this one machine the logon screen just shakes just like when a incorrect password is entered.
    Any ideas

    I'm not sure if this is relevant to your situation (which has probably been long solved), but it might help others reading this thread: I've been experiencing a similar problem with network users not being able to log onto a machine and I learned from this thread (http://discussions.apple.com/thread.jspa?threadID=1788420&tstart=30) that network users must have a home directory defined in WGM, even if you're not using networked home directories. Admittedly, the fact that your users could log in from all but one machine suggests that the problem was more likely on the client machine than the server.

  • Urgent help need for user exit

    Hi all,
    i have just did one user exit but in RSA3 field is not coming. in step 1 i modified the extract structure. in step 2 in added field in include program ,saved and activated it. but field is not coming in RSA3. can anyone plese help me what should i do now or what has went wrong.
    in RSA3 update mode is 'F'
    thanks in advance

    hi,
      Have you created a project in CMOD and included your User exit component(RSAP0001) and activated it?.
    check that. otherwise give some more details reg. your problem.
    rgrds,
    v.sen.
    Message was edited by:
            Senthilkumar Viswanathan

  • Help needed about JSTL

    We have tomcat server, in which we are running some jsp files( which consists some bean classes). We want to convert those bean classes into jsp tag libraries.Even we have installed jakarta tag libraries , but we are unable to run jstl files. Help wanted urgently.
    ThanX in advance.

    Your note has two problems in it: (1) Custom tag libraries of your own making, and (2) Running JSTL. I'd like to address the second of the two.
    I'm not sure what you downloaded from Jakarta. I'll assume that you're using JSTL 1.0.3 standard JSTL. (That's what I'm using.) The ZIP file I downloaded has a lib directory with 10 JARs in it. You'll need to put all 10 of them into your WEB-INF/lib directory for your app to use them.
    You don't have to put a <taglib> in your web.xml, and you don't need to dig out any TLD files. The TLD files you need are already inside the standard.jar that you downloaded with the JSTL. You should not be trying to re-create what is already correct.
    The pages that use the JSTL should have a tag like this near the top:
    <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>The uri attribute value must match the value in the c.tld file located inside standard.jar exactly:
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    <!DOCTYPE taglib
      PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
      "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">
    <taglib>
      <tlib-version>1.0</tlib-version>
      <jsp-version>1.2</jsp-version>
      <short-name>c</short-name>
      <uri>http://java.sun.com/jstl/core</uri>
    <!-- etc. -->MOD

  • Help needed about regex usage.

    hi all,
    i am kind of new to java.util.regex, and i can't solve this problem:
    i have a big string, that actually represents the text code of a method. in this method, i have an object, called, let's say "visitor" and i call several non static methods of it. i need to search this string and put into an ArrayList<String> all the occurrences of visitor, the method called, and its parameters.
    if i wasn't very clear, here is an example:
    the input string: "public void test_add()
              TemplateTestMethodVisitor visitor = new TemplateTestMethodVisitor(XMLArrayListTest.class);
              XMLArrayListComparer comparer = new XMLArrayListComparer();
              while(visitor.moveNext())
                   fillArrayList(visitor);
                   Exception exception = null;
                   try
                        _testedArray.add(visitor.getParameterAsInt("position"), ValueFactory.getMemberValue(visitor,
                                  visitor.getParameterAsString("type"), "ElementValue"));
                   catch(Exception e)
                        exception = e;
                   ExceptionValidator.validateException(visitor, exception);
                   if(exception != null)
                        continue;
                   VisitorAssert.assertEquals(visitor, "The content of the array list is not as expected.",
                             visitor.getResultAsCollectionData("List"), _testedArray, comparer);
    and i need to obtain an ArrayList<String> with {"visitor.moveNext()", "visitor.getParameterAsInt("position")" , "visitor.getParameterAsString("type")", "visitor.getResultAsCollectionData("List")"}. and it would be very helpful for me to do this using regex, but i can't think of a right pattern...
    thank you all.

    import java.io.*;
    import java.util.regex.*;
    public class TestRegexp {
      public static void main(String[] argv) {
        Pattern p = Pattern.compile("visitor\\..*?\\(.*?\\)");
        try {
          BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
          String line;
          while((line = in.readLine()) != null) {
            Matcher m = p.matcher(line);
            while(m.find()) {
              System.out.println(m.group());
        } catch(IOException e) {
          e.printStackTrace();
    }

  • Help needed about x200s

    Hi people, I want to buy a x200s CTO in Australia. I don't like the ugly line on top cover of the machine. Also I want LED. I called the Lenovo Australia. They told me that every machine except SL has next generation roll cage and the x200s has the ugly line. It does not have the LED, even for the wxga+ panel.
    Can anyone tell me whether they produce different x200s? I mean in US, they have LED, Next Generation ThinkPad Roll Cage technology utilizes a carbon-fiber/ glass-fiber top cove, etc. But they sell different machines in Australia?
    I am confused. Hope someone can help me.
    Thanks in advance!

    Thanks, I really appreciate your contribution.
    Must the IPsec licenses be from cisco? Can I use openVPN licenses? The design will be hub and spoke because the be5000 will seat in HQ but the operation will be a mesh operation where the branches can also call each other using VoIP.
    There will be 20 SIP6941 IP Phones in HQ and 6 each in all the six branches.
    The PSTN connectivity if via FXO in all sites. 8 PSTN lines via FXO in HQ, 4 each in branches via FXO
    I have looked at be5000 and it fits my application more than be3000. the total number of IP Phones is 56. I think using 2900 series ISR makes things less cumbersome at the branches.
    Please I need to know if i am limited to using cisco ipsec vpn or i can use openVPN (my choice).
    Many thanks for your help and timely advice. I appreciate it.
    regards

  • Help needed about PDF - java

    Hi everybody,
    I just need to know if it's possible (and has been done already :) ) to take a pdf file and, using java, extract all the text boxes of it so that I can then be able to position them in a java application layout (using Swing).
    I need to do that to extract all the information of the text:
    - size of the page
    - position of the text box
    - size of the text
    - font
    - color
    - other attributes
    That's a subject that has already been discussed a lot, but I couldn't find a clear answer to that question in the forum.
    I really need your help, because I already spent a lot of time searching for that, and now I start wondering if it's really possible...
    Thanks a lot in advance for your help.
    Myriam.

    Hi Carlosbenfeito!
    Thanks a lot for your answer!
    I don't know if the pdf document is a pdf form... The only thing I know is that the pdf file I will have to extract the data from will be generated from a Quark document...
    I will try to find out more.
    In the same time, do you know where exactly I can find this Adobe jar? I had a look on their website, but I didn't find it...
    Thanks for your help.
    Myriam

Maybe you are looking for